File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import type {
1919import type { RepetitionDBScheme } from '../types/repetition' ;
2020import { DatabaseReadWriteError , DiffCalculationError , ValidationError } from '../../../lib/workerErrors' ;
2121import { decodeUnsafeFields , encodeUnsafeFields } from '../../../lib/utils/unsafeFields' ;
22- import HawkCatcher from '@hawk.so/nodejs' ;
2322import { MS_IN_SEC } from '../../../lib/utils/consts' ;
2423import DataFilter from './data-filter' ;
2524import RedisHelper from './redisHelper' ;
@@ -177,7 +176,6 @@ export default class GrouperWorker extends Worker {
177176 * and we need to process this event as repetition
178177 */
179178 if ( e . code ?. toString ( ) === DB_DUPLICATE_KEY_ERROR ) {
180- HawkCatcher . send ( new Error ( '[Grouper] MongoError: E11000 duplicate key error collection' ) ) ;
181179 await this . handle ( task ) ;
182180
183181 return ;
You can’t perform that action at this time.
0 commit comments