fix log amount not being accounted for in TaskResult.completedAmount, and fix being unable to remove secondary item.
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-17 21:57:26 +01:00
parent 52d6c55e0e
commit 02b0907598
3 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ type LogUpdate struct {
ItemAmount *int `json:"itemAmount"`
SecondaryItemID *string `json:"secondaryItemId"`
SecondaryItemAmount *int `json:"secondaryItemAmount"`
ClearSecondaryItem bool `json:"clearSecondaryItem"`
ClearSecondaryItem bool `json:"clearSecondaryItemId"`
}
type LogResult struct {