Skip to content

Commit

Permalink
Update main.js test
Browse files Browse the repository at this point in the history
  • Loading branch information
LausiD authored Dec 25, 2023
1 parent 2cca7e9 commit bb97df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3395,7 +3395,7 @@ function main() {
continue;
}
//06.07.22
// 25.12.23 adapter.log.warn(`CHECK id: ${id}`);
adapter.log.warn(`CHECK id: ${id}`);
adapter.getObject(id, (e, objO) => {
e && logError(fn, e);
if (objO) {
Expand Down

0 comments on commit bb97df8

Please sign in to comment.