mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
fix: 7b004463 part two
This commit is contained in:
parent
7b0044634a
commit
35096d1ed5
2 changed files with 17 additions and 14 deletions
|
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
var ComputerData model.ComputerData = model.ComputerData{
|
||||
Online: false,
|
||||
UptimeStart: 0,
|
||||
UptimeStart: -1,
|
||||
Totals: model.ComputerTotals{
|
||||
Uptime: 0,
|
||||
Keys: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue