diff options
Diffstat (limited to 'bug/op_create.go')
-rw-r--r-- | bug/op_create.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/op_create.go b/bug/op_create.go index b2af438b..d63d6d2f 100644 --- a/bug/op_create.go +++ b/bug/op_create.go @@ -48,7 +48,7 @@ func (op *CreateOperation) Apply(snapshot *Snapshot) { snapshot.Comments = []Comment{comment} snapshot.Author = op.Author - snapshot.CreatedAt = op.Time() + snapshot.CreateTime = op.Time() snapshot.Timeline = []TimelineItem{ &CreateTimelineItem{ |