chore: add back the explicit return

This commit is contained in:
Haruka 2025-01-25 04:36:30 +02:00
parent ee0bc6a118
commit 4788a678a3
No known key found for this signature in database
GPG key ID: C0F0780E671DB7D5

View file

@ -75,6 +75,7 @@ async function fetchSticker(id: string) {
return body as Sticker; return body as Sticker;
} catch (err) { } catch (err) {
return null;
} }
} }