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 52ed3ad commit 3909ef7Copy full SHA for 3909ef7
lib/mcapi/encryption/jwe-encryption.js
@@ -33,7 +33,7 @@ function encrypt(endpoint, header, body) {
33
}
34
return {
35
header: header,
36
- body: fleConfig ? computeBody(fleConfig.toEncrypt, body, bodyMap) : body,
+ body: fleConfig ? utils.computeBody(fleConfig.toEncrypt, body, bodyMap) : body,
37
};
38
39
0 commit comments