add debounce for tanstak table
This commit is contained in:
@@ -50,7 +50,9 @@ export async function getUserFilesData({
|
||||
|
||||
if (response.ok) {
|
||||
let parsed = await response.json();
|
||||
console.log(parsed);
|
||||
|
||||
/* console.log(parsed); */
|
||||
|
||||
if (parsed.message_code === 0) {
|
||||
return parsed.message_body;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user