Skip to content

Commit

Permalink
change name for current execution corruption:
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjdawson2016 committed Apr 7, 2020
1 parent 1926854 commit a9521a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/adminDBCommands.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type (
const (
HistoryMissing CorruptionType = "history_missing"
InvalidStartEvent = "invalid_start_event"
OpenExecutionInvalidCurrentExecution = "open_execution_missing_current_execution"
OpenExecutionInvalidCurrentExecution = "open_execution_invalid_current_execution"
)

const (
Expand Down

0 comments on commit a9521a0

Please sign in to comment.