We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcbcdb commit d7ec68dCopy full SHA for d7ec68d
src/client/test/encryption.test.ts
@@ -81,7 +81,7 @@ test("catchDecryptionErrors", async () => {
81
encryptionSecret: "4ws8syoOgeQX6WFvXuUneGNwy7QvLxpk",
82
},
83
catchDecryptionErrors(error) {
84
- decryptionErrors.push(error);
+ decryptionErrors.push(error as Error);
85
86
});
87
0 commit comments