Removed log
This commit is contained in:
@@ -22,7 +22,6 @@ export async function getGuild(id: string, type: "id" | "player" | "name" = "pla
|
||||
})
|
||||
|
||||
if (!res.ok) return null
|
||||
console.log(res.url)
|
||||
|
||||
const { success, data } = guildSchema.safeParse(await res.json())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user