diff --git a/frontend/app/embed.ts b/frontend/app/embed.ts index 62f596cb..73c3ec64 100644 --- a/frontend/app/embed.ts +++ b/frontend/app/embed.ts @@ -20,10 +20,10 @@ function removeDomNode(node: HTMLElement | null) { } function createFrame({ - host, - query, - height, - __colors__ = {}, + host, + query, + height, + __colors__ = {}, }: { host: string; query: string;