diff --git a/services/service.ts b/services/service.ts index f99a9d0..74cd44c 100644 --- a/services/service.ts +++ b/services/service.ts @@ -265,7 +265,7 @@ async function removePackage(packageId: string, service: Service): Promise /** * Register activity to call /autostart on boot */ -async function registerActivity(service: Service) { +async function registerActivity(service: Service): Promise { const activity = { name: 'org.webosbrew.hbchannel.service.autostart', description: 'Start HBChannel service on boot.',