fix: remove unused embed authoring token arg

This commit is contained in:
Lucas Smith
2025-10-16 14:48:19 +11:00
parent 1375c9df90
commit 305dccff51

View File

@ -4,7 +4,6 @@ import { ZBaseEmbedDataSchema } from './embed-base-schemas';
export const ZBaseEmbedAuthoringSchema = z
.object({
token: z.string(),
externalId: z.string().optional(),
features: z
.object({