diff --git a/supabase/functions/_backend/plugins/channel_self.ts b/supabase/functions/_backend/plugins/channel_self.ts index 9e22c187f6..67cfffb9ba 100644 --- a/supabase/functions/_backend/plugins/channel_self.ts +++ b/supabase/functions/_backend/plugins/channel_self.ts @@ -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,