We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9228b3 commit 9e6bb9cCopy full SHA for 9e6bb9c
1 file changed
apps/dashboard/src/app/api/ai/mcp/tokens/route.ts
@@ -41,7 +41,7 @@ function rowToRecord(row: {
41
42
export async function GET(): Promise<
43
NextResponse<{ tokens: TokenRecord[] } | { error: string }>
44
-> {
+ > {
45
try {
46
const dbReady = await isCopilotDbReady();
47
if (!dbReady) {
0 commit comments