remove extra token update
This commit is contained in:
@@ -33,7 +33,6 @@ export async function getUserData() {
|
|||||||
|
|
||||||
export async function getUserFilesInfo() {
|
export async function getUserFilesInfo() {
|
||||||
const token = await getSessionData('token');
|
const token = await getSessionData('token');
|
||||||
await tokenLifeExtension();
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(`${API_BASE_URL}/api/v1/data`, {
|
const response = await fetch(`${API_BASE_URL}/api/v1/data`, {
|
||||||
|
|||||||
Reference in New Issue
Block a user