mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
chore: add back the explicit return
This commit is contained in:
parent
ee0bc6a118
commit
4788a678a3
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ async function fetchSticker(id: string) {
|
||||||
|
|
||||||
return body as Sticker;
|
return body as Sticker;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue