em, really fix unlock

This commit is contained in:
Thomas Ruoff
2020-11-29 00:31:21 +01:00
parent 93ab6a1699
commit 8bfac0378d

View File

@@ -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) => {