We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f774c commit 767b370Copy full SHA for 767b370
src/utils/cover.ts
@@ -1,3 +1,3 @@
1
-export default function cover(url: string) {
+export default function cover(url?: string) {
2
return url?.replace('._SY75_', '').replace('._UY200_', '')
3
}
0 commit comments