mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
Lint
This commit is contained in:
parent
2778507a4e
commit
6b1e56e66f
@ -29,7 +29,7 @@ export function base64ToState(string: string): Partial<PlaygroundState> {
|
||||
// Remove hash
|
||||
decoded = decodeURIComponent(atob(string.slice(1)));
|
||||
} catch (error) {
|
||||
return {}
|
||||
return {};
|
||||
}
|
||||
|
||||
if (!/\d\d.*/.test(decoded)) return {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user