chore: fix broken syntax
This commit is contained in:
parent
2a88e1c184
commit
7ef8b88aab
@ -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"
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user