Skip to content

Commit df8265b

Browse files
committed
🐛 custom APIs don't support async mode
1 parent 9aa716c commit df8265b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindee/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class CommandConfig(Generic[TypeInference]):
4141
help="Custom document type from API builder",
4242
doc_class=product.CustomV1,
4343
is_sync=True,
44-
is_async=True,
44+
is_async=False,
4545
),
4646
"eu-license-plate": CommandConfig(
4747
help="EU License Plate",

0 commit comments

Comments
 (0)