Skip to content

Commit

Permalink
fix: parse webhook type
Browse files Browse the repository at this point in the history
  • Loading branch information
djabarovgeorge committed Sep 12, 2023
1 parent 15989d1 commit 6fed49c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class InboundEmailParse {

const compiledDomain = await this.compileTemplate.execute(
CompileTemplateCommand.create({
template: currentParseWebhook,
template: currentParseWebhook as string,
data: job.payload,
})
);
Expand Down

0 comments on commit 6fed49c

Please sign in to comment.