diff --git a/app/assets/javascripts/ui_models/application.ts b/app/assets/javascripts/ui_models/application.ts index f636b416f..5d2f5a0ab 100644 --- a/app/assets/javascripts/ui_models/application.ts +++ b/app/assets/javascripts/ui_models/application.ts @@ -64,13 +64,13 @@ export class WebApplication extends SNApplication { deviceInterface, new SNWebCrypto(), namespace, - undefined, [ { swap: SNAlertService, with: AlertService } - ] + ], + undefined, ); this.$compile = $compile; this.scope = scope;