This commit is contained in:
bootunloader
2024-09-22 13:17:14 +03:00
parent 1c56dc079b
commit c1b5f28a60
5 changed files with 37 additions and 21 deletions

View File

@@ -5,7 +5,6 @@ import { rng } from "$lib/utils/rng";
export const testIfSessionIsValid = async (jwt: string) => {
try {
console.log("Testing session validity...", jwt);
const res = await fetch(
`${constants.SCRAP_API_URL}/v1/user/get-balance?userId=6339`,
{