diff options
author | Michael Muré <batolettre@gmail.com> | 2022-11-15 12:25:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 12:25:48 +0100 |
commit | 9b393b487308da156c5988bb7c2d2747f7b7f8aa (patch) | |
tree | 8cf4307bf48f016e0f8728c311bcc53ce38432e3 /entities/bug/op_set_status.go | |
parent | 55a2e8e4485fe63fbda759540958c7190dfeb85c (diff) | |
parent | 3c6ebc2bfd50b72ff786a2cfd3bbdeb15b478dd3 (diff) | |
download | git-bug-9b393b487308da156c5988bb7c2d2747f7b7f8aa.tar.gz |
Merge pull request #913 from MichaelMure/comment-id-fix
core: bubble up the comment ID when created, or edited the first comment
Diffstat (limited to 'entities/bug/op_set_status.go')
-rw-r--r-- | entities/bug/op_set_status.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/entities/bug/op_set_status.go b/entities/bug/op_set_status.go index 23be59a0..68199129 100644 --- a/entities/bug/op_set_status.go +++ b/entities/bug/op_set_status.go @@ -58,7 +58,6 @@ func NewSetStatusOp(author identity.Interface, unixTime int64, status common.Sta } type SetStatusTimelineItem struct { - // id entity.Id combinedId entity.CombinedId Author identity.Interface UnixTime timestamp.Timestamp |