diff options
| author | Joel Kronqvist <joel.h.kronqvist@gmail.com> | 2022-01-22 20:54:27 +0200 |
|---|---|---|
| committer | Joel Kronqvist <joel.h.kronqvist@gmail.com> | 2022-01-22 20:54:27 +0200 |
| commit | 9c8fc9f997a42926dedffedaaead5bdd6e9fc96f (patch) | |
| tree | 2cd013c676cae7fae00762081451729591e33603 /.gitignore | |
| parent | 708996ed58f031fd31d7696a98adfc287db9905a (diff) | |
| download | LYLLRuoka-9c8fc9f997a42926dedffedaaead5bdd6e9fc96f.tar.gz LYLLRuoka-9c8fc9f997a42926dedffedaaead5bdd6e9fc96f.zip | |
Fixed bug in day mechanics for the food search
Making monday first (0) instead of sunday was done twice, resulting with tuesday becoming first.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ Classes node_modules package-lock.json -shifts.txt
\ No newline at end of file +shifts.txt +funcs
\ No newline at end of file |
