diff options
author | Michael Muré <batolettre@gmail.com> | 2019-02-19 00:19:27 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-03-01 22:40:27 +0100 |
commit | 71f9290fdae7551f3d3ada2179ece4084304d734 (patch) | |
tree | 3494e4d4491012899ace256f534f5faea1ba2a88 /commands/user.go | |
parent | ffe35fece1b1526949107f154abc21a1a02fc74d (diff) | |
download | git-bug-71f9290fdae7551f3d3ada2179ece4084304d734.tar.gz |
identity: store the times properly
Diffstat (limited to 'commands/user.go')
-rw-r--r-- | commands/user.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/user.go b/commands/user.go index e7a1da63..64482555 100644 --- a/commands/user.go +++ b/commands/user.go @@ -23,8 +23,6 @@ func runUser(cmd *cobra.Command, args []string) error { var id *cache.IdentityCache if len(args) == 1 { - // TODO - return errors.New("this is not working yet, cache need to be hacked on") id, err = backend.ResolveIdentityPrefix(args[0]) } else { id, err = backend.GetUserIdentity() |