From fe41b5c0c522608e4231f327eb5d0d0a511eb4eb Mon Sep 17 00:00:00 2001 From: LightZirconite Date: Fri, 2 Jan 2026 16:41:07 +0100 Subject: [PATCH] fix: Update Vercel URL to microsoft-rewards-bot project --- src/util/notifications/ErrorReportingWebhook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/notifications/ErrorReportingWebhook.ts b/src/util/notifications/ErrorReportingWebhook.ts index 0eac3c7..48711a5 100644 --- a/src/util/notifications/ErrorReportingWebhook.ts +++ b/src/util/notifications/ErrorReportingWebhook.ts @@ -192,7 +192,7 @@ export async function sendErrorReport( } // Determine API endpoint URL - const defaultApiUrl = 'https://light-rewards-bot.vercel.app/api/report-error' + const defaultApiUrl = 'https://microsoft-rewards-bot.vercel.app/api/report-error' const apiUrl = config.errorReporting?.apiUrl || defaultApiUrl const rateLimitSecret = config.errorReporting?.secret