diff options
| author | Fuwn <[email protected]> | 2026-04-18 09:14:18 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-18 09:14:18 +0000 |
| commit | 9e0b7f75c58206fbff1b57a1a7b5405df89efccb (patch) | |
| tree | 2135ad429c98b803e86dd8c6f739c41c81da6495 /src/stores | |
| parent | fix(api): drop unused redirect query param from oauth refresh (diff) | |
| download | due.moe-9e0b7f75c58206fbff1b57a1a7b5405df89efccb.tar.xz due.moe-9e0b7f75c58206fbff1b57a1a7b5405df89efccb.zip | |
fix(api): await setShadowHidden in badges PUT
setShadowHidden is async and hits Supabase. The PUT handler called it
without await, so the handler could respond before the database write
landed (and any error was silently lost). Add the missing await so the
response only goes out after the update settles.
Diffstat (limited to 'src/stores')
0 files changed, 0 insertions, 0 deletions