Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Jul 28, 2024
1 parent dd96225 commit 73cd8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud/cdn/loadCKCdnResourcesPack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const loadCKCdnResourcesPack = async <P extends CKCdnResourcesPack<any>>(
preload = [
...stylesheets.filter( item => typeof item === 'string' ),
...scripts.filter( item => typeof item === 'string' )
];
] as Array<string>;
}

// Preload resources specified in the pack.
Expand Down

0 comments on commit 73cd8fc

Please sign in to comment.