mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix: decompressSync not defined
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { decode, encode } from "base64-arraybuffer";
|
||||
import { compressSync, strToU8, strFromU8 } from "fflate";
|
||||
import { compressSync, decompressSync, strToU8, strFromU8 } from "fflate";
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user