Skip to content

Commit

Permalink
Update test/server/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anku255 authored Jan 15, 2024
1 parent 8660722 commit 85445e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ let SessionRecipeRaw = require("supertokens-node/lib/build/recipe/session/recipe
let Querier = require("supertokens-node/lib/build/querier").Querier;
let NormalisedURLPath = require("supertokens-node/lib/build/normalisedURLPath").default;
let Session = require("supertokens-node/recipe/session");
let { BooleanClaim } = require("supertokens-node/recipe/session/claims");
let express = require("express");
let cookieParser = require("cookie-parser");
let bodyParser = require("body-parser");
Expand Down

0 comments on commit 85445e9

Please sign in to comment.