remove extra token update

This commit is contained in:
smanylov
2026-01-12 14:08:10 +07:00
parent 75b505464c
commit 5cc822a535
-1
View File
@@ -33,7 +33,6 @@ export async function getUserData() {
export async function getUserFilesInfo() {
const token = await getSessionData('token');
await tokenLifeExtension();
try {
const response = await fetch(`${API_BASE_URL}/api/v1/data`, {