Fix published by must be a string
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -62,7 +62,7 @@ type (
|
||||
Approver string
|
||||
Description string
|
||||
PublishedAt *time.Time
|
||||
PublishedBy *time.Time
|
||||
PublishedBy string
|
||||
Signatures []SignatureData
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user