Skip to content

Commit

Permalink
test: remove duplicate enum def (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch authored Jul 31, 2024
1 parent f428460 commit 15a1711
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ const schema = a.schema({
'PROGRESS',
'COMPLETED',
]),
EchoQueryStatus: a.enum([
'PROGRESS',
'COMPLETED',
]),
// Non model type
EchoResponse: a.customType({
content: a.string(),
Expand Down

0 comments on commit 15a1711

Please sign in to comment.