Skip to content

Commit

Permalink
fix: response headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Sep 1, 2024
1 parent 97506cc commit d61df15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/discord/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export const getChangelog = async (
path: `/discord/changelog`,
messages,
}),
responseHeaders
{
headers: responseHeaders,
}
);
};

0 comments on commit d61df15

Please sign in to comment.