Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 8d01879

Browse files
committed
Remove CreatedAt from outputService
1 parent f3594dd commit 8d01879

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internals/secrethub/account_inspect.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ func newOutputUser(user *api.User, timeFormatter TimeFormatter) *outputUser {
107107
// outputService is a user friendly JSON representation of a service account.
108108
type outputService struct {
109109
Description string
110-
CreatedAt string `json:",omitempty"`
111110
outputAccount
112111
}
113112

0 commit comments

Comments
 (0)