Skip to content

Commit

Permalink
test: remove duplicate enum def
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Jul 31, 2024
1 parent f428460 commit 90c643c
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 90c643c

Please sign in to comment.