Skip to content

Commit

Permalink
Merge pull request #1282 from AletheiaFact/fixed-report-and-claim-rev…
Browse files Browse the repository at this point in the history
…iew-creation

BUGFIX: Fixed `report` and `claim-review` creation
  • Loading branch information
thesocialdev authored Jul 5, 2024
2 parents f2c5a4a + a5f1f47 commit fa8e5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/review-task/review-task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ export class ReviewTaskService {
const loggedInUser = this.req.user;

if (
reviewTaskMachine.value === "published" &&
reviewTaskMachine.machine.value === "published" &&
reportModel !== ReportModelEnum.Request
) {
if (
Expand Down

0 comments on commit fa8e5de

Please sign in to comment.