Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Apr 9, 2024
1 parent 1eb4e13 commit ca1ecde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ async function startServer() {
// catch-all middleware superseding any middleware placed after it).
app.get('*', (req, res, next) => {
void (async (req, res, next) => {

const pageContextInit = {
urlOriginal: req.originalUrl,
hasToken: hasToken(req.headers.cookie),
Expand Down

0 comments on commit ca1ecde

Please sign in to comment.