Skip to content

Commit

Permalink
Merge pull request #157 from Viva-con-Agua/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
deinelieblings authored Nov 17, 2023
2 parents 3de69e2 + 1668533 commit 61d5f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/deposit.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type (
HasExternal bool `json:"has_external" bson:"has_external"`
External External `json:"external" bson:"external"`
UpdateState string `json:"update_state" bson:"-"`
Money vmod.Money `json:"money" bson:"money"`
Money vmod.Money `json:"-" bson:"money"`
}
DepositDatabase struct {
ID string `json:"id" bson:"_id"`
Expand Down

0 comments on commit 61d5f45

Please sign in to comment.