Skip to content

Commit 432d762

Browse files
author
sheepzh
committed
Clean code
1 parent 6e7b4f4 commit 432d762

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/file.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function exportBlob(blob: Blob, fileName: string) {
5353
* @since 0.0.5
5454
*/
5555
export function deserialize(jsonStr: string): any | undefined {
56-
let data: any
5756
try {
5857
return JSON.parse(jsonStr)
5958
} catch {

0 commit comments

Comments
 (0)