Skip to content

Commit

Permalink
Add empty reason as not unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
igolaizola committed Aug 21, 2024
1 parent 60e8ba1 commit 7e2356f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/runway/runway.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ func (e *Error) Unknown() bool {
"INTERNAL.BAD_OUTPUT.CODE03",
"SAFETY.INPUT.TEXT",
"SAFETY.INPUT.IMAGE",
"SAFETY.OUTPUT.VIDEO":
"SAFETY.OUTPUT.VIDEO",
"":
return false
default:
return true
Expand Down

0 comments on commit 7e2356f

Please sign in to comment.