Skip to content

Commit

Permalink
Merge pull request #137 from FalkorDB/6.2.0-release
Browse files Browse the repository at this point in the history
update version to 6.2.0
  • Loading branch information
gkorland authored Sep 10, 2024
2 parents d71afff + e41340d commit 4a395b5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "falkordb",
"version": "6.2.0-beta.1",
"version": "6.2.0",
"description": "A FalkorDB javascript library",
"license": "MIT",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/falkordb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default class FalkorDB extends EventEmitter {
}

async configSet(configKey: string, value: number | string) {
return this.#client.falkordb.configSet(configKey, value)
return this.#client.configSet(configKey, value)
}

async info(section?: string) {
Expand Down

0 comments on commit 4a395b5

Please sign in to comment.