Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-job-back into develop
  • Loading branch information
guillobits committed Dec 19, 2024
2 parents c83847f + f5d4104 commit a18b471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messaging/messaging.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const generateSlackMsgConfigUserSuspiciousUser = (
context: string,
message?: string
): SlackBlockConfig => {
const adminUserProfileUrl = `${process.env.FRONT_URL}/backoffice/admin/membres/aeb196a0-9c51-4810-ac91-6850611394cd${user.id}`;
const adminUserProfileUrl = `${process.env.FRONT_URL}/backoffice/admin/membres/${user.id}`;

return {
title: '🔬 Comportement suspect detecté 👿',
Expand Down

0 comments on commit a18b471

Please sign in to comment.