Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion supabase/functions/_backend/plugins/channel_self.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const jsonRequestSchema = z.looseObject({
key_id: z.optional(z.string().check(z.maxLength(20))),
})

// TODO: delete when all mirgrated to jsonRequestSchema
// TODO: delete when all migrated to jsonRequestSchema
export const jsonRequestSchemaGet = z.looseObject({
app_id: z.string({
error: issue => issue.input === undefined ? MISSING_STRING_APP_ID : NON_STRING_APP_ID,
Expand Down