summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-08 16:47:20 +0100
committerRory& <root@rory.gay>2026-03-20 18:16:14 +0100
commitee53b72c35225e68133778dd462e012e075fde1f (patch)
tree068d427c1609196c496c500e93844f9648e9b6e4 /src/api
parentMigrate GuildRole*Event to satisfies, part of #1577 (diff)
downloadserver-ts-ee53b72c35225e68133778dd462e012e075fde1f.tar.xz
Migrate GuildStickersUpdateEvent to satisfies, part of #1577
Diffstat (limited to 'src/api')
-rw-r--r--src/api/routes/guilds/#guild_id/stickers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/guilds/#guild_id/stickers.ts b/src/api/routes/guilds/#guild_id/stickers.ts

index aa3b76b1..09d955a1 100644 --- a/src/api/routes/guilds/#guild_id/stickers.ts +++ b/src/api/routes/guilds/#guild_id/stickers.ts
@@ -183,7 +183,7 @@ async function sendStickerUpdateEvent(guild_id: string) { guild_id: guild_id, stickers: await Sticker.find({ where: { guild_id: guild_id } }), }, - } as GuildStickersUpdateEvent); + } satisfies GuildStickersUpdateEvent); } router.delete(