removed unused fira bits
This commit is contained in:
parent
f9fd9940bd
commit
7464d46843
2 changed files with 1 additions and 5 deletions
|
@ -44,10 +44,7 @@ module.exports = {
|
|||
const appState = await state(req);
|
||||
res.send(
|
||||
stripEvents(
|
||||
routes().toString(
|
||||
`/unsupported/${req.params.reason}`,
|
||||
Object.assign(appState, { fira: true })
|
||||
)
|
||||
routes().toString(`/unsupported/${req.params.reason}`, appState)
|
||||
)
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue