There was an error while loading. Please reload this page.
1 parent ce9d419 commit 4c09a35Copy full SHA for 4c09a35
1 file changed
gappsscript/apps_script_tools.py
@@ -338,7 +338,7 @@ async def _run_script_function_impl(
338
user_google_email: str,
339
script_id: str,
340
function_name: str,
341
- parameters: Optional[list] = None,
+ parameters: Optional[list[object]] = None,
342
dev_mode: bool = False,
343
) -> str:
344
"""Internal implementation for run_script_function."""
@@ -386,7 +386,7 @@ async def run_script_function(
386
387
388
389
390
391
392
"""
0 commit comments