Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosuaA committed Jan 27, 2025
1 parent d7d1d79 commit a643879
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,7 @@ export class ManuscriptContentfulDataProvider
status: 'Manuscript Resubmitted',
});

await this.sendEmailNotification(
'manuscript_resubmitted',
manuscriptEntry.sys.id,
);
await this.sendEmailNotification('manuscript_resubmitted', id);
}

async update(
Expand Down

0 comments on commit a643879

Please sign in to comment.