fix two eslint errors :peepoweird:

This commit is contained in:
HF 2020-01-15 00:39:35 +01:00
parent 23bfebbfe5
commit f99241476d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ async function getTimes(day, canvasId) {
const parsedTimes = times
.map((a) => `${a.substr(0, 2)}:${a.substr(-2, 2)}`);
return [
"00:00",
'00:00',
...parsedTimes,
];
} catch {

View File

@ -56,7 +56,7 @@ export const DEFAULT_CANVASES = {
pcd: 7000,
cds: 60000,
req: -1,
sd: "2020-01-08",
sd: '2020-01-08',
},
};