refactor userFilesInfo query

This commit is contained in:
smanylov
2026-02-13 12:50:58 +07:00
parent e36eb4d422
commit d584e68e3a
17 changed files with 232 additions and 432 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export async function getUserFilesInfo() {
}
}
} catch (error) {
console.error(`error: ${error}`);
return null
}
}