Skip to content

Commit 79bb94a

Browse files
committed
chore: fix pictique user
1 parent 9bf39c0 commit 79bb94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/dreamsync-api/src/services/MatchNotificationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ DreamSync Team`;
462462
);
463463
processedMessage = processedMessage.replace(
464464
/<a href='[^']*'>Pictique<\/a>/g,
465-
`<a href='${new URL("/user/" + otherUser.ename, process.env.PUBLIC_PICTIQUE_URL).toString()}'>Pictique</a>`
465+
`<a href='${new URL("/profile/" + otherUser.ename, process.env.PUBLIC_PICTIQUE_URL).toString()}'>Pictique</a>`
466466
);
467467
}
468468

0 commit comments

Comments
 (0)