Skip to content

Commit

Permalink
v2.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emile-bex committed Nov 17, 2023
1 parent 8f25d51 commit 1fbdd4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkedout-backend",
"version": "2.17.1",
"version": "2.17.2",
"license": "ISC",
"engines": {
"node": "16.x"
Expand Down
2 changes: 1 addition & 1 deletion src/external-services/mailjet/mailjet.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class MailjetService {
Email: email,
};

await this.mailjetNewsletter
return this.mailjetNewsletter
.post('contactslist', MailjetOptions.CONTACTS)
.id(parseInt(process.env.MAILJET_NEWSLETTER_LIST_ID))
.action('managecontact')
Expand Down

0 comments on commit 1fbdd4a

Please sign in to comment.