Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying committed Jul 17, 2020
1 parent 5a304a5 commit 04c5224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Function/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const variables = async (

req.session.redirectTo = req.originalUrl;
req.del = releaseInfo;
req.del.node = "us-node"; // will be updated in a bit:tm: (*cough* spoiler)
req.del.node = "Unavailable"; // will be updated in a bit:tm: (*cough* spoiler)
res.locals.colour = color;
res.locals.premidPageInfo = "";
res.locals.hideLogin = false;
Expand Down

0 comments on commit 04c5224

Please sign in to comment.