We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87dbf7 commit b3b0c54Copy full SHA for b3b0c54
1 file changed
packages/engine/src/lib/helper/block-loader.ts
@@ -25,7 +25,7 @@ const loadBlockOrThrow = async ({
25
});
26
27
const module = await import(packageName);
28
- await encryptionKeyInitializer();
+ encryptionKeyInitializer();
29
30
const block = extractBlockFromModule<Block>({
31
module,
0 commit comments