Remove volatile() property modifier
The modifier got deprecated and wasn't actually needed in any of the used cases.
This commit is contained in:
@@ -7,6 +7,6 @@ export default Controller.extend({
|
||||
|
||||
ipfsGatewayUrl: computed(function() {
|
||||
return config.ipfs.gatewayUrl;
|
||||
}).volatile()
|
||||
})
|
||||
|
||||
});
|
||||
|
||||
@@ -12,6 +12,6 @@ export default Controller.extend({
|
||||
|
||||
ipfsGatewayUrl: computed(function() {
|
||||
return config.ipfs.gatewayUrl;
|
||||
}).volatile()
|
||||
})
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user