Commit 3ba9a12
Fix diplom command to handle accented names from VUT API
Previously, the command only removed accents from user input but not from
the database name, causing comparison failures for users with accents in
their names. Now both names have accents removed before comparison.
Co-authored-by: 1ukastesar <16971100+1ukastesar@users.noreply.github.com>1 parent d7c48dd commit 3ba9a12
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments