diff --git a/src/routes/discord/changelog.ts b/src/routes/discord/changelog.ts index ab98be5..0e96b83 100644 --- a/src/routes/discord/changelog.ts +++ b/src/routes/discord/changelog.ts @@ -24,6 +24,8 @@ export const getChangelog = async ( path: `/discord/changelog`, messages, }), - responseHeaders + { + headers: responseHeaders, + } ); };