Skip to content

Commit 2bf5ac2

Browse files
committed
fix: constructor defaults
1 parent 9da8d3e commit 2bf5ac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/genql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@l1network/chaingraph-genql",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"type": "module",
55
"description": "chaingraph genql",
66
"publishConfig": {

packages/genql/src/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function createChaingraphClient({
1111
options = {},
1212
url = "https://graph.bitcash.org",
1313
config = {},
14-
}: GraphQLSdkProps) {
14+
}: GraphQLSdkProps = {}) {
1515
const headers = {
1616
"x-chaingraph-api-key": apiKey,
1717
}

0 commit comments

Comments
 (0)