Format files with prettier.

This commit is contained in:
Spencer Ofwiti
2021-05-11 20:09:25 +03:00
parent 67b84a233b
commit 10beaea9be
5 changed files with 10 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ import { ServiceWorkerModule } from '@angular/service-worker';
serverLoggingUrl: `${environment.loggingUrl}/api/logs/`,
disableConsoleLogging: false,
}),
ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production })
ServiceWorkerModule.register('ngsw-worker.js', { enabled: environment.production }),
],
providers: [
AuthGuard,