client/hippo/models/tenant.js in hippo-fw-0.9.4 vs client/hippo/models/tenant.js in hippo-fw-0.9.5

- old
+ new

@@ -8,10 +8,9 @@ Tenant: undefined, }); @identifiedBy('hippo/tenant') export default class Tenant extends BaseModel { - @computed static get current() { if (!CACHE.Tenant) { CACHE.Tenant = new Tenant(); CACHE.Tenant.fetch({ query: 'current' }); }