Skip to content

Commit 0f36dbe

Browse files
committed
Remove task type that does not exist
1 parent 9e6f587 commit 0f36dbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Contracts/TaskType.php

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

0 commit comments

Comments
 (0)