Skip to content

Commit

Permalink
fixed eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Florin H committed Mar 1, 2023
1 parent 112ea5f commit 857a116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/lib/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ type SendApprovalReminder = {
};
};

export const sendApprovalReminder = async (options: SendApprovalReminder) => {
export const sendApprovalReminder = async (options: SendApprovalReminder): Promise<void> => {
const html = `
<p>${options.publication.creator} has sent you a reminder to confirm or deny your involvement as an author of the following publication on Octopus:</p>
<br>
Expand Down

0 comments on commit 857a116

Please sign in to comment.