fix: přidání detekce polévek pro TechTower
CI / Generate TypeScript types (push) Successful in 10s
CI / Server unit tests (push) Successful in 25s
CI / Build server (push) Successful in 30s
CI / Build client (push) Successful in 44s
CI / Playwright E2E tests (push) Successful in 1m53s
CI / Build and push Docker image (push) Successful in 46s
CI / Notify (push) Successful in 2s
CI / Generate TypeScript types (push) Successful in 10s
CI / Server unit tests (push) Successful in 25s
CI / Build server (push) Successful in 30s
CI / Build client (push) Successful in 44s
CI / Playwright E2E tests (push) Successful in 1m53s
CI / Build and push Docker image (push) Successful in 46s
CI / Notify (push) Successful in 2s
This commit is contained in:
@@ -22,7 +22,9 @@ const SOUP_NAMES = [
|
|||||||
'zeleninová s ',
|
'zeleninová s ',
|
||||||
'hovězí s ',
|
'hovězí s ',
|
||||||
'kachní kaldoun',
|
'kachní kaldoun',
|
||||||
'dršťková'
|
'dršťková',
|
||||||
|
'žampionový krém',
|
||||||
|
'zelná',
|
||||||
];
|
];
|
||||||
const DAYS_IN_WEEK = ['pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota', 'neděle'];
|
const DAYS_IN_WEEK = ['pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota', 'neděle'];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user