Skip to content

Commit

Permalink
Merge pull request #1164 from threefoldtech/development_hotfix_kvstore
Browse files Browse the repository at this point in the history
Fix kvstore module
  • Loading branch information
AhmedHanafy725 authored Oct 2, 2023
2 parents 60f6903 + 39f9470 commit 4bfd8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid_client/src/modules/kvstore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { checkBalance } from "./utils";

class KVStore {
client: TFClient;
constructor(config: GridClientConfig) {
constructor(public config: GridClientConfig) {
this.client = config.tfclient;
}
@expose
Expand Down

0 comments on commit 4bfd8fa

Please sign in to comment.