diff --git a/src/client/src/ts/guild/feeds.ts b/src/client/src/ts/guild/feeds.ts index c08034f..54fcf04 100644 --- a/src/client/src/ts/guild/feeds.ts +++ b/src/client/src/ts/guild/feeds.ts @@ -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" });