mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-09 09:28:03 +02:00
Enhanced model structs with DTOs
This commit is contained in:
@ -82,7 +82,7 @@ func runGitCommand(ch ssh.Channel, gitCmd string, keyID uint) error {
|
||||
|
||||
// updatedAt is updated only if serviceType is receive-pack
|
||||
if verb == "receive-pack" {
|
||||
_ = models.GistLastActiveNow(gist.ID)
|
||||
_ = gist.SetLastActiveNow()
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user