We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a550133 commit 614f3baCopy full SHA for 614f3ba
quickstart/src/services.py
@@ -11,7 +11,7 @@ async def main():
11
12
await client.start_service(
13
workflows=[GreetingWorkflow],
14
- functions=[welcome],
+ functions=[welcome]
15
)
16
17
def run_services():
0 commit comments