Skip to content

Commit

Permalink
feat(multi-id): add missing parameter when creating requestmodelhelper
Browse files Browse the repository at this point in the history
SUITEDEV-35599

Co-authored-by: megamegax <[email protected]>
  • Loading branch information
matusekma and megamegax committed Apr 17, 2024
1 parent 37bc36c commit 5b24ff0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,8 @@ open class DefaultEmarsysComponent(config: EmarsysConfig) : EmarsysComponent {
RequestModelHelper(
clientServiceEndpointProvider,
eventServiceEndpointProvider,
messageInboxServiceProvider
messageInboxServiceProvider,
predictServiceProvider
)
}

Expand Down

0 comments on commit 5b24ff0

Please sign in to comment.