refactor: fix bench type err

This commit is contained in:
Zixuan Chen 2023-01-16 18:49:34 +08:00
parent 18d32384a5
commit d0e83076ee

View file

@ -75,6 +75,6 @@ Deno.bench(
Deno.bench(
"[Decode.Snapshot] Loro WASM decode snapshot Automerge dataset",
() => {
Loro.importSnapshot(snapshot);
loro.importSnapshot(snapshot);
},
);