Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Sep 22, 2023
1 parent 341887d commit f219e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testHelpers/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ app.use(cookieParser());

let lastSetEnableAntiCSRF = false;
let lastSetEnableJWT = false;
let accountLinkingSupported = maxVersion(supertokens_node_version, "15.0") === supertokens_node_version;
let accountLinkingSupported = maxVersion(supertokens_node_version, "16.0") === supertokens_node_version;

function getConfig(enableAntiCsrf, enableJWT, jwtPropertyName) {
if (maxVersion(supertokens_node_version, "14.0") === supertokens_node_version && enableJWT) {
Expand Down

0 comments on commit f219e93

Please sign in to comment.