Skip to content

Commit

Permalink
delete the import for connections
Browse files Browse the repository at this point in the history
  • Loading branch information
Anchel123 committed Mar 6, 2024
1 parent e53ee16 commit bb1deb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/graph/route.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NextRequest, NextResponse } from "next/server";
import { Graph } from 'falkordb';
import { getServerSession } from "next-auth/next";
import authOptions, { connections, getConnection } from "../auth/[...nextauth]/options";
import authOptions, { getConnection } from "../auth/[...nextauth]/options";

// eslint-disable-next-line import/prefer-default-export
export async function GET(request: NextRequest) {
Expand Down

0 comments on commit bb1deb0

Please sign in to comment.