Skip to content

Commit

Permalink
Merge pull request #284 from wepala/feature/WS-755
Browse files Browse the repository at this point in the history
feature WS-755
  • Loading branch information
IshikaGopie committed May 10, 2024
2 parents cb14053 + 05f9755 commit 47a4a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rest/gorm.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ func (e *GORMProjection) Persist(ctxt context.Context, logger Log, resources []R
}
for _, event := range events {
e.Dispatch(ctxt, logger, event, &EventOptions{
GORMDB: e.gormDB,
GORMDB: e.gormDB,
HttpClient: NewClient(),
})
}
return errs
Expand Down

0 comments on commit 47a4a1c

Please sign in to comment.