chore: fix broken syntax

This commit is contained in:
Corban-Lee Jones 2025-05-01 12:35:03 +01:00
parent 2a88e1c184
commit 7ef8b88aab

View File

@ -312,7 +312,7 @@ const clearEditModalData = () => {
};
const loadEditModalData = async (id: number) => {
const feed: FeedWithChannels = await ajax({
const feed: FeedWithChannels = await $.ajax({
url: `/guild/${guildId}/feeds/api?id=${id}`,
method: "get"
});