Skip to content

Commit 069130c

Browse files
committed
fix: normal google authorization flow
1 parent 408cfda commit 069130c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/graphql/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async def google_sheets_oauth_credentials(
152152
self,
153153
info: strawberry.types.Info,
154154
redirect_success_url: str,
155-
external_data_source_id: Optional[str],
155+
external_data_source_id: Optional[str] = None,
156156
) -> str:
157157
credentials = (
158158
models.EditableGoogleSheetsSource.redirect_success_to_oauth_credentials(

0 commit comments

Comments
 (0)