mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
removed unused fira bits
This commit is contained in:
@@ -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)
|
||||
)
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user