i donut get it
Some checks failed
Deploy Frontend / deploy (push) Failing after 2m13s

This commit is contained in:
Lee 2024-10-03 20:32:38 +01:00
parent 0fa838892c
commit 2b7932a352
2 changed files with 2 additions and 2 deletions

@ -1,8 +1,8 @@
import { NextRequest, NextResponse } from "next/server"; import { NextRequest, NextResponse } from "next/server";
import { connectMongo } from "@/common/mongo";
import { IPlayer, PlayerModel } from "@/common/schema/player-schema"; import { IPlayer, PlayerModel } from "@/common/schema/player-schema";
import { seedPlayerHistory } from "@/common/player-utils"; import { seedPlayerHistory } from "@/common/player-utils";
import { scoresaberService } from "@/common/service/impl/scoresaber"; import { scoresaberService } from "@/common/service/impl/scoresaber";
import { connectMongo } from "@/common/mongo";
export async function GET(request: NextRequest) { export async function GET(request: NextRequest) {
const playerIdCookie = request.cookies.get("playerId"); const playerIdCookie = request.cookies.get("playerId");

@ -30,7 +30,7 @@
"./src/*" "./src/*"
] ]
}, },
"target": "ES2017" "target": "ES2022"
}, },
"include": [ "include": [
"next-env.d.ts", "next-env.d.ts",