diff --git a/projects/account/src/app/core/http/device.service.ts b/projects/account/src/app/core/http/device.service.ts index 88e4bbf..253d202 100644 --- a/projects/account/src/app/core/http/device.service.ts +++ b/projects/account/src/app/core/http/device.service.ts @@ -13,9 +13,7 @@ const wakeWordUrl = '/api/wake-words'; -@Injectable({ - providedIn: 'root' -}) +@Injectable({providedIn: 'root'}) export class DeviceService { public devicePlacements: DeviceAttribute[] = [ {id: '1', name: 'None', userDefined: true},