коммит произвёл
GitHub
родитель
f290745496
Коммит
c3ed07e679
@@ -53,7 +53,7 @@ func (o *Reaction) PreSave() {
|
||||
o.DeleteAt = 0
|
||||
|
||||
if o.RemoteId == nil {
|
||||
o.RemoteId = NewString("")
|
||||
o.RemoteId = NewPointer("")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ func (o *Reaction) PreUpdate() {
|
||||
o.UpdateAt = GetMillis()
|
||||
|
||||
if o.RemoteId == nil {
|
||||
o.RemoteId = NewString("")
|
||||
o.RemoteId = NewPointer("")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user