Remove volatile() property modifier

The modifier got deprecated and wasn't actually needed in any of the used cases.
This commit is contained in:
2019-10-18 16:39:10 +02:00
parent 523d4524b5
commit 243a41db88
3 changed files with 3 additions and 3 deletions
@@ -7,6 +7,6 @@ export default Controller.extend({
ipfsGatewayUrl: computed(function() {
return config.ipfs.gatewayUrl;
}).volatile()
})
});