Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Oct 9, 2024
1 parent ebf6086 commit de10c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/productions/post/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ postProductionRoutes.post(
};

const url = process.env.BASE_API_URL;
const contributionLink = `${url}//scanr-apioperations?page=1&query=${finalContribution.id}&searchInMessage=false&sort=DESC&status=choose`;
const contributionLink = `${url}/scanr-apioperations?page=1&query=${finalContribution.id}&searchInMessage=false&sort=DESC&status=choose`;

const BREVO_API_KEY = process.env.BREVO_API_KEY;
if (!BREVO_API_KEY) {
Expand Down

0 comments on commit de10c61

Please sign in to comment.