mirror of
https://github.com/tomru/advcal.git
synced 2026-03-03 22:47:23 +01:00
em, really fix unlock
This commit is contained in:
@@ -107,7 +107,7 @@ const SONGS = [
|
||||
];
|
||||
|
||||
export default async (req, res) => {
|
||||
const unlocked = Boolean(req.query.unlock) === true;
|
||||
const unlocked = req.query.unlock === 'true';
|
||||
const NOW = DateTime.utc().setZone("Europe/Berlin");
|
||||
|
||||
const getLockedData = (index) => {
|
||||
|
||||
Reference in New Issue
Block a user