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:
parent
0a93056923
commit
482754e9f5
@ -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",
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user