Skip to content

Commit

Permalink
Update leads.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr authored Aug 25, 2023
1 parent a9becdc commit a3e06b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/leads.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export const save_form = async (
};

const getReferralKey = () => {
let alias = ["referral_code", "ref", "referral_key"];
// at_gd is for the adtraction referral program
let alias = ["referral_code", "ref", "referral_key", "at_gd"];
let referral = null;
for (let i = 0; i < alias.length; i++) {
referral =
Expand Down

1 comment on commit a3e06b2

@vercel
Copy link

@vercel vercel bot commented on a3e06b2 Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.