Skip to content

Commit

Permalink
Merge pull request #19 from Apillon/main
Browse files Browse the repository at this point in the history
Merge fixes from ps-signup-email-airdrop
  • Loading branch information
vinkoS993 authored Feb 18, 2024
2 parents 242ddf6 + c32ed06 commit be6dd46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"mysql2": "^3.6.5",
"nodemailer": "^6.9.7",
"nodemailer": "^6.9.9",
"reflect-metadata": "^0.1.13",
"sqlstring": "^2.3.3",
"ts-node": "^10.9.1"
Expand Down
2 changes: 2 additions & 0 deletions backend/src/cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ export class Cron {
'Claim your NFT',
'en-airdrop-claim',
{
appUrl: env.APP_URL,
link: `${env.APP_URL}/claim?token=${token}`,
claimExpiresIn: env.CLAIM_EXPIRES_IN,
}
);
} catch (err) {
Expand Down

0 comments on commit be6dd46

Please sign in to comment.