We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2872082 commit 7319117Copy full SHA for 7319117
cmd/arcdps-log-uploader/model/dpsreports.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
type Encounter struct {
24
- Duration int `json:"duration"`
+ Duration float64 `json:"duration"`
25
}
26
27
type DpsReportResponse struct {
0 commit comments