Skip to content

Commit 4d1212a

Browse files
authored
Fix typo in unprocessedUpdateFailure (#8212)
WISOTT
1 parent f38c88a commit 4d1212a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/history/workflow/update/errors_failures.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var (
1919
Message: "Workflow Update is rejected because it wasn't processed by worker. Probably, Workflow Update is not supported by the worker.",
2020
Source: "Server",
2121
FailureInfo: &failurepb.Failure_ApplicationFailureInfo{ApplicationFailureInfo: &failurepb.ApplicationFailureInfo{
22-
Type: "UnprocessedUpdategit",
22+
Type: "UnprocessedUpdate",
2323
NonRetryable: true,
2424
}},
2525
}

0 commit comments

Comments
 (0)