fix struct
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-01-25 15:24:56 +01:00
parent 4222e19573
commit 4ed32f8314
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -18,7 +18,6 @@ type variable_t struct {
Label string `json:"label"`
Variable string `json:"variable"`
Value string `json:"value"`
DiffValue string `json:"diffValue"`
}
type message_t struct {