Skip to content

Commit 5b2ec73

Browse files
chore: rebuild project due to codegen change (#25)
1 parent f44f00d commit 5b2ec73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/asktable/resources/extapis/routes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def create(
103103
{
104104
"id": id,
105105
"created_at": created_at,
106-
"extapi_id": body_extapi_id,
106+
"body_extapi_id": body_extapi_id,
107107
"method": method,
108108
"name": name,
109109
"path": path,
@@ -367,7 +367,7 @@ async def create(
367367
{
368368
"id": id,
369369
"created_at": created_at,
370-
"extapi_id": body_extapi_id,
370+
"body_extapi_id": body_extapi_id,
371371
"method": method,
372372
"name": name,
373373
"path": path,

0 commit comments

Comments
 (0)