Skip to content

Commit 856de54

Browse files
committed
Add FIX to OPERATIONS
1 parent 04d0e19 commit 856de54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/constants.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export const IMPORT_JOB_STATE = {
3232

3333
export const OPERATIONS = {
3434
CREATE: 'CREATE',
35-
UPDATE: 'UPDATE'
35+
UPDATE: 'UPDATE',
36+
FIX: 'FIX'
3637
};
3738

3839
export const CHUNK_SIZE = 100;

0 commit comments

Comments
 (0)