Skip to content

Commit 403a6ab

Browse files
committed
fixes test server code
1 parent 424cdae commit 403a6ab

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

test/server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const UserRolesRaw = require("supertokens-node/lib/build/recipe/userroles/recipe
5252
const UserRoles = require("supertokens-node/recipe/userroles");
5353

5454
const MultitenancyRaw = require("supertokens-node/lib/build/recipe/multitenancy/recipe").default;
55-
const Multitenancy = require("supertokens-node/lib/build/recipe/multitenancy");
55+
const Multitenancy = require("supertokens-node/lib/build/recipe/multitenancy/index");
5656

5757
const AccountLinkingRaw = require("supertokens-node/lib/build/recipe/accountlinking/recipe").default;
5858
const AccountLinking = require("supertokens-node/recipe/accountlinking");

test/server/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"express": "4.17.1",
1717
"morgan": "^1.10.0",
1818
"otpauth": "^9.2.0",
19-
"supertokens-node": "18.0"
19+
"supertokens-node": "latest"
2020
}
2121
}

0 commit comments

Comments
 (0)