Skip to content

Commit 4d28d8d

Browse files
committed
second last commit
1 parent b13d8b4 commit 4d28d8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/actions.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { deleteProjectMutation, getProjectsOfUserQuery, updateProjectMutation } from './../graphql/index';
1+
import { deleteProjectMutation, getProjectsOfUserQuery, updateProjectMutation } from '../graphql/index';
22
import { createProjectMutation, getUserQuery, projectsQuery, createUserMutation, getAllProjectsQuery, getProjectByIdQuery } from "@/graphql";
33
import { GraphQLClient } from "graphql-request";
44
import { ProjectForm } from "@/common.types";
@@ -8,7 +8,6 @@ const apiUrl = isProduction ? process.env.NEXT_PUBLIC_GRAFBASE_API_URL || "" : "
88
const apiKey = isProduction ? process.env.NEXT_PUBLIC_GRAFBASE_API_KEY || "" : "letmein";
99
const serverUrl = isProduction ? process.env.NEXT_PUBLIC_GRAFBASE_SERVER_URL || "" : "http://localhost:3000";
1010

11-
// oooooooo
1211
const clientOptions = {
1312
headers: {
1413
'x-api-key': apiKey,

0 commit comments

Comments
 (0)