aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user_ls.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/user_ls.go')
-rw-r--r--commands/user_ls.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/user_ls.go b/commands/user_ls.go
index 69286172..b0ebfdd5 100644
--- a/commands/user_ls.go
+++ b/commands/user_ls.go
@@ -78,8 +78,8 @@ func NewJSONIdentity(id interface{}) (JSONIdentity, error) {
case cache.LegacyAuthorExcerpt:
i := id.(cache.LegacyAuthorExcerpt)
return JSONIdentity{
- nil,
- nil,
+ "",
+ "",
i.Name,
i.Login,
}, nil