Skip to content

Commit 3909ef7

Browse files
committed
Fixing typo
1 parent 52ed3ad commit 3909ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mcapi/encryption/jwe-encryption.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function encrypt(endpoint, header, body) {
3333
}
3434
return {
3535
header: header,
36-
body: fleConfig ? computeBody(fleConfig.toEncrypt, body, bodyMap) : body,
36+
body: fleConfig ? utils.computeBody(fleConfig.toEncrypt, body, bodyMap) : body,
3737
};
3838
}
3939

0 commit comments

Comments
 (0)