Commit fd8ab0c1 authored by Ahmad's avatar Ahmad

init

parent 43f6729d
...@@ -234,7 +234,7 @@ async function runGetUsers() { ...@@ -234,7 +234,7 @@ async function runGetUsers() {
} }
catch (e) catch (e)
{ {
console.log(e)
} }
...@@ -407,6 +407,8 @@ async function sendUsageData(cpu, ram, uptime, rx, tx) { ...@@ -407,6 +407,8 @@ async function sendUsageData(cpu, ram, uptime, rx, tx) {
timeout: 3000 timeout: 3000
}); });
console.log(response)
return return
} catch (error) { } catch (error) {
console.log('Error sending usage data:', error); console.log('Error sending usage data:', error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment