Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
despadam committed Aug 8, 2024
1 parent 9be1316 commit b9bd9ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/jobs/actions/emailaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { JobAction } from "../config/jobconfig";
import { JobClass } from "../schemas/job.schema";
import configuration from "src/config/configuration";

Check warning on line 12 in src/jobs/actions/emailaction.ts

View workflow job for this annotation

GitHub Actions / eslint

'configuration' is defined but never used


// Handlebar options for JobClass templates
const jobTemplateOptions = {
allowedProtoProperties: {
Expand Down Expand Up @@ -106,7 +105,7 @@ export class EmailJobAction<T> implements JobAction<T> {
"Performing EmailJobAction: " + JSON.stringify(job),
"EmailJobAction",
);

// Fill templates
const mail: MailOptions = {
to: this.toTemplate(job, jobTemplateOptions),
Expand Down

0 comments on commit b9bd9ab

Please sign in to comment.