derp id is a string
All checks were successful
Pipeline was successful

This commit is contained in:
Tobias Trabelsi 2023-11-04 20:44:00 +01:00
parent 01c8dc0229
commit 72c63f3508
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E

View File

@ -30,7 +30,7 @@ package models
*/ */
type JobInformation struct { type JobInformation struct {
ID int `json:"id"` ID string `json:"id"`
Data string `json:"data"` Data string `json:"data"`
Labels map[string]string `json:"labels"` Labels map[string]string `json:"labels"`
Dependencies string `json:"dependencies,omitempty"` Dependencies string `json:"dependencies,omitempty"`