this repo has no description
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 314 j.rev = r 315 315 j.updatedAt = time.Now() 316 316 317 + j.dbj.Rev = r 318 + j.dbj.UpdatedAt = j.updatedAt 319 + 317 320 // Persist the job to the database 318 321 319 322 return j.db.Save(j.dbj).Error