Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
fix(sdk): pass note service version to asset helper
Browse files Browse the repository at this point in the history
  • Loading branch information
LeilaWang committed Feb 5, 2020
1 parent 530a743 commit bd4e054
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ class AssetManager {
if (!this.assetMapping[assetId]) {
this.assetMapping[assetId] = new Asset({
assetId,
version: this.version,
networkId: this.networkId,
owner: this.owner,
noteBucketCache: this.noteBucketCache,
Expand Down

0 comments on commit bd4e054

Please sign in to comment.