Skip to content

Commit

Permalink
Fix project
Browse files Browse the repository at this point in the history
  • Loading branch information
leelasn committed Dec 18, 2024
1 parent 19359c1 commit 723653a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/searches/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const getProject = async (z: ZObject, bundle: Bundle) => {
body: {
query: `
query Project {
project(id: ${bundle.inputData.id}) {
project(id: "${bundle.inputData.id}") {
id
url
name
Expand Down Expand Up @@ -52,7 +52,7 @@ const getProject = async (z: ZObject, bundle: Bundle) => {
}
}
}
}`,
}`,
},
method: "POST",
});
Expand Down

0 comments on commit 723653a

Please sign in to comment.