From 0148f9a83dcc4c384710954331e7b32105022c48 Mon Sep 17 00:00:00 2001 From: Gannicus Date: Fri, 5 Apr 2024 19:53:02 -0400 Subject: [PATCH] Update revision --- src/revision.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/revision.ts b/src/revision.ts index 93402bf7..247b2950 100644 --- a/src/revision.ts +++ b/src/revision.ts @@ -1,7 +1,7 @@ /* eslint-disable */ // Strings needs to be explictly stated here as they can cause type issues elsewhere. -export const REPO_URL: string = "https://github.com/revoltchat/revite/commit"; +export const REPO_URL: string = "https://github.com/oneChatCo/revite/commit"; export const GIT_REVISION: string = "__GIT_REVISION__"; export const GIT_BRANCH: string = "__GIT_BRANCH__";