Skip to content

Commit 9e6bb9c

Browse files
committed
fix(dashboard): satisfy eslint indent rule on GET return type generic continuation
1 parent f9228b3 commit 9e6bb9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/dashboard/src/app/api/ai/mcp/tokens

apps/dashboard/src/app/api/ai/mcp/tokens/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function rowToRecord(row: {
4141

4242
export async function GET(): Promise<
4343
NextResponse<{ tokens: TokenRecord[] } | { error: string }>
44-
> {
44+
> {
4545
try {
4646
const dbReady = await isCopilotDbReady();
4747
if (!dbReady) {

0 commit comments

Comments
 (0)