Skip to content

Commit

Permalink
Script 'f/examples/hello_world_deno' deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouv committed Jan 6, 2024
1 parent bacdd66 commit 4055977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion f/examples/hello_world_deno.script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ schema:
description: ''
default: null
enum:
- Hello World!
- Hello World
- Welcome
required:
- union
2 changes: 1 addition & 1 deletion f/examples/hello_world_deno.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export async function main(
union: "Hello World!" | "Welcome",
union: "Hello World" | "Welcome",
str = "default arg",
) {
return { union, str };
Expand Down

0 comments on commit 4055977

Please sign in to comment.