Skip to content

Commit

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

0 comments on commit 15df0e1

Please sign in to comment.