Skip to content

Commit b3b0c54

Browse files
committed
Fix
1 parent e87dbf7 commit b3b0c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/engine/src/lib/helper/block-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const loadBlockOrThrow = async ({
2525
});
2626

2727
const module = await import(packageName);
28-
await encryptionKeyInitializer();
28+
encryptionKeyInitializer();
2929

3030
const block = extractBlockFromModule<Block>({
3131
module,

0 commit comments

Comments
 (0)