Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Mar 7, 2024
2 parents 77e73a1 + 857d279 commit 326be46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/utils/backup/handleImport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export async function handleImport(event: Event) {
if (ext) {
const data = new Uint8Array(result as ArrayBufferLike);

sessions = JSON.parse(decompressFromUint8Array(data)) as ESession[];

if (data) {
sessions = JSON.parse(
ext === '.ssf'
Expand Down

0 comments on commit 326be46

Please sign in to comment.