Skip to content

Commit

Permalink
Save precache in DB
Browse files Browse the repository at this point in the history
  • Loading branch information
bbedward committed Oct 3, 2022
1 parent 46140f7 commit 57ae1e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/server/src/repository/work_repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func (s *WorkService) SaveOrUpdateWorkResult(workMessage WorkMessage) (*models.W
Result: workMessage.Result,
ProvidedBy: provider.ID,
RequestedBy: requester.ID,
Precache: workMessage.Precache,
}

err = s.Db.Create(&workRequestDb).Error
Expand Down

0 comments on commit 57ae1e8

Please sign in to comment.