Commit caeaa06
committed
Fix UUID comparison in ImageTable to be case-insensitive.
If the user's image entity returns UUID with lowercase string this comparison will fail even if the UUID matches (since FIC UUID tends to be uppercase) leading to the entry keep getting deleted and no image being returned to the user or cached..1 parent f8ba631 commit caeaa06
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | | - | |
| 350 | + | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
0 commit comments