diff options
author | Michael Muré <batolettre@gmail.com> | 2019-01-17 03:09:08 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-03-01 22:35:37 +0100 |
commit | bdbe9e7e8256fff820efe1ce707e7154d517ecb3 (patch) | |
tree | 82b86c7f89c6c9796b1c7b26beea350afa634d6f /cache/bug_excerpt.go | |
parent | 3df4f46c71650c9d23b267c44afec16f1b759e92 (diff) | |
download | git-bug-bdbe9e7e8256fff820efe1ce707e7154d517ecb3.tar.gz |
identity: more progress and fixes
Diffstat (limited to 'cache/bug_excerpt.go')
-rw-r--r-- | cache/bug_excerpt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/bug_excerpt.go b/cache/bug_excerpt.go index 77c18175..f5844b64 100644 --- a/cache/bug_excerpt.go +++ b/cache/bug_excerpt.go @@ -20,7 +20,7 @@ type BugExcerpt struct { EditUnixTime int64 Status bug.Status - Author *identity.Identity + Author identity.Interface Labels []bug.Label CreateMetadata map[string]string |