improve batch update

This commit is contained in:
Hongbo Wu
2024-02-02 13:13:18 +08:00
parent 2d1eebfad8
commit 26b7103f0b
6 changed files with 46 additions and 85 deletions

View File

@ -734,7 +734,7 @@ export const enqueueBulkAction = async (data: BulkActionData) => {
removeOnFail: true,
})
} catch (error) {
logger.error('error enqueuing update highlight job', error)
logger.error('error enqueuing bulk action job', error)
}
}