fork of indigo with slightly nicer lexgen
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

actually update revs in gormstore

+3
+3
backfill/gormstore.go
··· 314 j.rev = r 315 j.updatedAt = time.Now() 316 317 // Persist the job to the database 318 319 return j.db.Save(j.dbj).Error
··· 314 j.rev = r 315 j.updatedAt = time.Now() 316 317 + j.dbj.Rev = r 318 + j.dbj.UpdatedAt = j.updatedAt 319 + 320 // Persist the job to the database 321 322 return j.db.Save(j.dbj).Error