Commit 14fc45b
committed
fix: use && instead of | in dbfile.move file type check
| always evaluates true here so the error block fires for
every valid input. && correctly requires both conditions.1 parent 438c96f commit 14fc45b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
| 769 | + | |
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
| |||
0 commit comments