Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaibault committed Jul 11, 2024
1 parent dd9cd42 commit d9cbf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ export class Web<

const utilityScopeName =
Object.keys(UTILITY_SCOPE) as
(keyof typeof UTILITY_SCOPE)[]
Array<keyof typeof UTILITY_SCOPE>

const scopeNames:Array<string> = [
'data',
Expand Down

0 comments on commit d9cbf74

Please sign in to comment.