Skip to content

Commit

Permalink
Update create.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FineArchs authored Sep 19, 2024
1 parent 37f1e2f commit 4f0c0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/server/api/endpoints/flash/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const paramDef = {
permissions: { type: 'array', items: {
type: 'string',
} },
visibility: { type: 'string', enum: ['public', 'private'], default: 'public' },
visibility: { type: 'string', enum: ['public', 'urlonly', 'private'], default: 'public' },
},
required: ['title', 'summary', 'script', 'permissions'],
} as const;
Expand Down

0 comments on commit 4f0c0e4

Please sign in to comment.