Skip to content

Commit

Permalink
fix(server.js): add reviewrequestview init
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin authored and alexanderleegs committed Mar 8, 2023
1 parent d5c107a commit 64eb1d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ const reviewRequestService = new ReviewRequestService(
User,
ReviewRequest,
Reviewer,
ReviewMeta
ReviewMeta,
ReviewRequestView
)

const authenticationMiddleware = getAuthenticationMiddleware()
Expand Down

0 comments on commit 64eb1d4

Please sign in to comment.