Skip to content

Commit

Permalink
🐛 custom APIs don't support async mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ianardee committed Nov 22, 2023
1 parent 9aa716c commit df8265b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mindee/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CommandConfig(Generic[TypeInference]):
help="Custom document type from API builder",
doc_class=product.CustomV1,
is_sync=True,
is_async=True,
is_async=False,
),
"eu-license-plate": CommandConfig(
help="EU License Plate",
Expand Down

0 comments on commit df8265b

Please sign in to comment.