Skip to content

Commit 614f3ba

Browse files
committed
nit
1 parent a550133 commit 614f3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/src/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async def main():
1111

1212
await client.start_service(
1313
workflows=[GreetingWorkflow],
14-
functions=[welcome],
14+
functions=[welcome]
1515
)
1616

1717
def run_services():

0 commit comments

Comments
 (0)