mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-02-12 16:06:10 +02:00
[#116] fix BaseModel.RefreshUpdated comment
This commit is contained in:
parent
c4fcba5210
commit
1095637bcd
@ -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()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user