price type change

This commit is contained in:
nquidox 2025-10-03 19:14:13 +03:00
parent 6867d2d74e
commit e4f55bb195
3 changed files with 6 additions and 6 deletions

View file

@ -9,5 +9,5 @@ type Task struct {
type TaskResult struct {
MerchUuid string
Origin string
Price uint32
Price int32
}