Skip to content

Commit 6c24cca

Browse files
committed
disable freibank
1 parent 5334862 commit 6c24cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const getMenuFiles = () => {
2222
luna: `luna_${weekNumber}_${year}.json`,
2323
sole: `sole_${weekNumber}_${year}.json`,
2424
espace: `espace_${weekNumber}_${year}.json`,
25-
freibank: `freibank_${weekNumber}_${year}.json`,
25+
// freibank: `freibank_${weekNumber}_${year}.json`, // disabled
2626
turbolama: `turbolama_${weekNumber}_${year}.json`,
2727
};
2828
};

0 commit comments

Comments
 (0)