Skip to content

Commit 36e75cf

Browse files
committed
Stop including token in request body when calling "exportCode"
1 parent 2b4e2d0 commit 36e75cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/flutterflow_api_client.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ Future<dynamic> _callExport({
148148
'project': {
149149
'path': 'projects/$projectId',
150150
},
151-
'token': token,
152151
if (branchName != null) 'branch_name': branchName,
153152
'export_as_module': exportAsModule,
154153
'include_assets_map': includeAssets,

0 commit comments

Comments
 (0)