Skip to content

Commit

Permalink
fixed typing
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Mar 11, 2023
1 parent 70bf7d1 commit 08e84fa
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -139,8 +139,8 @@ export class WindowService {
// TODO: Check that there is data to be exported

return {
version: 1,
type: 'window',
version: 1 as const,
type: 'window' as const,
query: clonedWindow.query.query || '',
apiUrl: clonedWindow.query.url,
variables: clonedWindow.variables.variables,
Expand Down

0 comments on commit 08e84fa

Please sign in to comment.