Skip to content

Commit e2968cc

Browse files
committed
use the same priority as the .NET client
1 parent ef44761 commit e2968cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/default/DuplicateCheckerPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { EventPluginContext } from '../EventPluginContext';
44
import { Utils } from '../../Utils';
55

66
export class DuplicateCheckerPlugin implements IEventPlugin {
7-
public priority: number = 90;
7+
public priority: number = 1010;
88
public name: string = 'DuplicateCheckerPlugin';
99

1010
private _mergedEvents: MergedEvent[] = [];

0 commit comments

Comments
 (0)