Bug on Format date

This commit is contained in:
mr 2024-08-27 14:17:39 +02:00
parent 4a932c8e23
commit 3c5c065b8d

View File

@ -14,7 +14,7 @@ type Workspace struct {
resources.ResourceSet
IsContextual bool `json:"is_contextual" bson:"is_contextual" default:"false"`
Active bool `json:"active" bson:"active" default:"false"`
Shared string `json:"shared" bson:"shared" default:"false"`
Shared string `json:"shared,omitempty" bson:"shared,omitempty"`
}
func (ao *Workspace) GetID() string {