Update revision

pull/1140/head
Gannicus 2024-04-05 19:53:02 -04:00
parent d9f8603b13
commit 0148f9a83d
1 changed files with 1 additions and 1 deletions

View File

@ -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__";