Transmit guild name with patreon information

This commit is contained in:
jude
2023-10-07 16:08:25 +01:00
parent e3d3418f99
commit e8bd05893f
3 changed files with 6 additions and 13 deletions

View File

@ -105,7 +105,7 @@ function reset_guild_pane() {
}
async function fetch_patreon(guild_id) {
fetch(`/dashboard/api/guild/${guild_id}/patreon`)
fetch(`/dashboard/api/guild/${guild_id}`)
.then((response) => response.json())
.then((data) => {
if (data.error) {