feat: rename some occurrences of guild back to server

This commit is contained in:
SauceyRed 2025-05-31 14:38:49 +02:00
parent 4eeb3a8c2a
commit aa710e0a4d
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7
6 changed files with 14 additions and 14 deletions

View file

@ -5,7 +5,7 @@
</template>
<script lang="ts" setup>
const guild = await fetchWithApi(`/guilds/${useRoute().params.guildId}`);
const guild = await fetchWithApi(`/guilds/${useRoute().params.serverId}`);
console.log("guild:", guild);
</script>