1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: Remove unneeded ts-expect-error now that types in knex are in sync (#1866)

* fix: Remove unneeded ts-expect-error now that types in knex are in sync
This commit is contained in:
Christopher Kolstad 2022-07-28 10:34:19 +02:00 committed by GitHub
parent 0a93056923
commit 482754e9f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 815 deletions

View File

@ -83,7 +83,7 @@
"async": "^3.2.3", "async": "^3.2.3",
"bcryptjs": "^2.4.3", "bcryptjs": "^2.4.3",
"compression": "^1.7.4", "compression": "^1.7.4",
"connect-session-knex": "^2.1.0", "connect-session-knex": "^3.0.0",
"cookie-parser": "^1.4.5", "cookie-parser": "^1.4.5",
"cookie-session": "^2.0.0-rc.1", "cookie-session": "^2.0.0-rc.1",
"cors": "^2.8.5", "cors": "^2.8.5",

View File

@ -18,7 +18,6 @@ function sessionDb(
store = new KnexSessionStore({ store = new KnexSessionStore({
tablename: 'unleash_session', tablename: 'unleash_session',
createtable: false, createtable: false,
// @ts-expect-error
knex, knex,
}); });
} else { } else {

832
yarn.lock

File diff suppressed because it is too large Load Diff