Update website/src/routes/api/prestige/+server.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3081adc945
commit
b93e4957b4
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ export const POST: RequestHandler = async ({ request, locals }) => {
|
||||||
userId: userId,
|
userId: userId,
|
||||||
type: 'SYSTEM',
|
type: 'SYSTEM',
|
||||||
title: `${prestigeName} Achieved!`,
|
title: `${prestigeName} Achieved!`,
|
||||||
message: `Congratulations! You have successfully reached ${prestigeName}. Your portfolio has been reset, daily reward cooldown has been cleared, and you can now start fresh with your new prestige badge and enhanced daily rewards.`
|
message: `Congratulations! You have successfully reached ${prestigeName}. Your portfolio has been reset, daily reward cooldown has been cleared, and you can now start fresh with your new prestige badge and enhanced daily rewards.`,
|
||||||
|
link: `/user/${userId}`
|
||||||
});
|
});
|
||||||
|
|
||||||
return json({
|
return json({
|
||||||
|
|
|
||||||
Reference in a new issue