We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efd005 commit fbe9623Copy full SHA for fbe9623
pkg/cmd/chat/imports/validator/items.go
@@ -97,7 +97,8 @@ type userItem struct {
97
Invisible bool `json:"invisible"`
98
CreatedAt time.Time `json:"created_at"`
99
UpdatedAt time.Time `json:"updated_at"`
100
- DeletedAt time.Time `json:"deleted_at"`
+ DeletedAt *time.Time `json:"deleted_at"`
101
+ DeactivatedAt *time.Time `json:"deactivated_at"`
102
Teams []string `json:"teams"`
103
PushNotifications pushNotification `json:"push_notifications"`
104
Custom extraFields
0 commit comments