Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
isMigrationStarted: Ember.computed("meta", function() {
return this.get("meta") && !Ember.isBlank(this.get("meta")["stripe.account_id"]);
}),