Skip to content

Commit

Permalink
Merge pull request #29 from oxydev/issue28-canvas-overwhelm
Browse files Browse the repository at this point in the history
Issue28 canvas overwhelm
  • Loading branch information
SaberDoTcodeR authored Sep 4, 2021
2 parents 2f398d8 + e141ddf commit 847e53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@oxydev/subscrypt": "bin/subscrypt",
"subscrypt": "bin/subscrypt"
},
"version": "0.2.4",
"version": "0.2.5",
"author": "Saber Zafarpoor <[email protected]> (https://github.com/saberdotcoder), Sepehr Kianian <[email protected]> (https://github.com/sepehrkianian09)",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const {
userCheckAuth,
getPlanCharacteristics,
} = require('./polkadot_utils/subscryptDataGetter');
const contract = require('./polkadot_utils/api').getContract();
const contract = require('./polkadot_utils/api').getContract;
const testMetaData = require('./polkadot_utils/configs/testConfig');
const config = require('./polkadot_utils/configs/config');
const {
Expand Down

0 comments on commit 847e53d

Please sign in to comment.