Skip to content

Commit 3549e48

Browse files
committed
Revert "Remove task type that does not exist"
This reverts commit 9d29e14.
1 parent 3b50439 commit 3549e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Contracts/TaskType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ enum TaskType: string
1212
case IndexSwap = 'indexSwap';
1313
case DocumentAdditionOrUpdate = 'documentAdditionOrUpdate';
1414
case DocumentDeletion = 'documentDeletion';
15+
case DocumentEdition = 'documentEdition';
1516
case SettingsUpdate = 'settingsUpdate';
1617
case DumpCreation = 'dumpCreation';
1718
case TaskCancelation = 'taskCancelation';

0 commit comments

Comments
 (0)