🔧 Adding a download status to navbar WIP

This commit is contained in:
2022-06-05 10:31:06 -07:00
parent 5735f09431
commit 2943000db3
6 changed files with 9 additions and 36 deletions

View File

@@ -266,8 +266,8 @@ export const getTransfers =
);
}
console.log(ADCPPSocket);
const foo = await ADCPPSocket.get('queue/bundles/1/50', {});
console.log(foo);
const foo = await ADCPPSocket.get("queue/bundles/1/50", {});
console.log(foo);
} catch (err) {
throw err;
}