server: Fix regression due to express types

This commit is contained in:
Elian Doran
2024-10-22 20:09:42 +03:00
parent 5813282248
commit 77550f3087
2 changed files with 18 additions and 6 deletions

View File

@@ -155,7 +155,7 @@
"@types/ejs": "3.1.5",
"@types/electron-squirrel-startup": "1.0.2",
"@types/escape-html": "1.0.4",
"@types/express": "5.0.0",
"@types/express": "4.17.21",
"@types/express-session": "1.18.0",
"@types/html": "1.0.4",
"@types/ini": "4.1.1",