Skip to content

Commit

Permalink
add unspecified category
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt committed Feb 8, 2022
1 parent eb7e5db commit b19ad1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/history/tasks/task.go
Expand Up @@ -58,7 +58,8 @@ type (
)

const (
CategoryTransfer Category = iota + 1
CategoryUnspecified Category = iota
CategoryTransfer
CategoryTimer
CategoryVisibility
CategoryReplication
Expand Down

0 comments on commit b19ad1d

Please sign in to comment.