Skip to content

Commit

Permalink
fix: count properties when PublicAssetResource is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Aug 29, 2017
1 parent 9634ec1 commit 3e5496e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/publicAPI/PublicAssetResource.js
Expand Up @@ -118,6 +118,7 @@ export default class PublicAssetResource extends Resource {
return value;
},
});
this.countProperties();

return this;
});
Expand Down

0 comments on commit 3e5496e

Please sign in to comment.