diff --git a/models/base.go b/models/base.go index eb20529e..e85a55dd 100644 --- a/models/base.go +++ b/models/base.go @@ -71,7 +71,7 @@ func (m *BaseModel) RefreshCreated() { m.Created = types.NowDateTime() } -// RefreshUpdated updates the model's Created field with the current datetime. +// RefreshUpdated updates the model's Updated field with the current datetime. func (m *BaseModel) RefreshUpdated() { m.Updated = types.NowDateTime() }