this is useless
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m52s

This commit is contained in:
Lee 2024-10-29 12:39:57 +00:00
parent 57e74e30e2
commit a26bf53996
2 changed files with 0 additions and 3 deletions

@ -43,7 +43,6 @@ const withBundleAnalyzer = nextBundleAnalyzer({
});
const config = withBundleAnalyzer(nextConfig);
export default isProduction()
? withSentryConfig(config, {
org: "fascinatedcc",

@ -6,7 +6,6 @@ import useDatabase from "../../hooks/use-database";
import { useToast } from "@/hooks/use-toast";
import Tooltip from "../tooltip";
import { Button } from "../ui/button";
import { revalidatePath } from "next/cache";
import { setCookieValue } from "@ssr/common/utils/cookie-utils";
type Props = {
@ -33,7 +32,6 @@ export default function ClaimProfile({ playerId }: Props) {
title: "Profile Claimed",
description: "You have claimed this profile.",
});
revalidatePath("/player/[...slug]");
}
// Database is not ready