alert to log, less annoying
This commit is contained in:
parent
8caa1e9b77
commit
97b3d67301
@ -56,7 +56,7 @@ async function loadChannels(guildId) {
|
||||
|
||||
async function getSubscriptions(guildId, page=1, pageSize=10) {
|
||||
const url = `/api/subscription/?guild_id=${guildId}&page=${page}&page_size=${pageSize}`;
|
||||
alert(url);
|
||||
console.debug(url);
|
||||
return await ajaxRequest(url, "GET");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user