Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update punishment base url
  • Loading branch information
regalijan committed Oct 30, 2023
1 parent 0574a7b commit 68c9297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/gcloud.ts
Expand Up @@ -132,8 +132,8 @@ export async function insertLogs(
) {
const accessToken = await GetAccessToken(context.env);
const actionBaseURLs: { [k: number]: string } = {
1: "https://portal.carcrushers.cc/view-closed-report/",
2: "https://portal.carcrushers.cc/view-closed-report/",
1: "https://carcrushers.cc/mod-queue?type=report&id=",
2: "https://carcrushers.cc/mod-queue?type=report&id=",
3: "",
4: "https://portal.carcrushers.cc/game-appeals/",
};
Expand Down

0 comments on commit 68c9297

Please sign in to comment.