Skip to content

Commit

Permalink
umputun#5 fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mavrin committed Mar 5, 2020
1 parent 6aeb72c commit f6e7329
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/app/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ function removeDomNode(node: HTMLElement | null) {
}

function createFrame({
host,
query,
height,
__colors__ = {},
host,
query,
height,
__colors__ = {},
}: {
host: string;
query: string;
Expand Down

0 comments on commit f6e7329

Please sign in to comment.