File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,6 @@ export abstract class OdpEventManager implements IOdpEventManager {
305
305
this . logger . log ( LogLevel . WARNING , 'Failed to Process ODP Event. ODPEventManager is not running.' ) ;
306
306
return ;
307
307
}
308
- const hasNecessaryIdentifiers = this . hasNecessaryIdentifiers ;
309
308
310
309
if ( ! this . hasNecessaryIdentifiers ( event ) ) {
311
310
this . logger . log ( LogLevel . ERROR , 'ODP events should have at least one key-value pair in identifiers.' ) ;
@@ -347,7 +346,7 @@ export abstract class OdpEventManager implements IOdpEventManager {
347
346
} else if ( this . queueHasBatches ( ) ) {
348
347
// Check if queue has a full batch available
349
348
this . clearCurrentTimeout ( ) ;
350
-
349
+
351
350
while ( this . queueHasBatches ( ) ) {
352
351
this . makeAndSend1Batch ( ) ;
353
352
}
You can’t perform that action at this time.
0 commit comments