Skip to content

Commit 4b7e26d

Browse files
committed
remove JSON stringify
1 parent d2fd244 commit 4b7e26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importer-api/src/scheduler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const fetchBy = async (api, url, ordinal, customRequest, limit = 1000, query) =>
2929
}
3030

3131
const createBMQJobs = async (channel, entities) => {
32-
logger.info(`Creating BMQ jobs for ${JSON.stringify(channel, null, 2)}`)
32+
logger.info(`Creating BMQ jobs for ${channel}`)
3333
await queue.addBulk(
3434
entities.map(entityChunk => ({
3535
name: channel,

0 commit comments

Comments
 (0)