Skip to content

Commit 6b5ddd4

Browse files
authored
Fix exec async breaking change (#117)
1 parent f0c7611 commit 6b5ddd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railib/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,9 +924,9 @@ def exec_async(
924924
database: str,
925925
engine: str,
926926
command: str,
927-
language: str = "",
928927
readonly: bool = True,
929928
inputs: dict = None,
929+
language: str = "",
930930
**kwargs,
931931
) -> TransactionAsyncResponse:
932932
tx = TransactionAsync(database, engine, readonly=readonly)

0 commit comments

Comments
 (0)