From 6c351f0d032824eb545a8578e6136bad0e6ca41f Mon Sep 17 00:00:00 2001 From: torben Date: Sat, 26 Mar 2022 07:57:57 +0100 Subject: [PATCH] Automatic update to new version. --- index.ts | 2 +- test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.ts b/index.ts index bc95ed8..5ced01e 100755 --- a/index.ts +++ b/index.ts @@ -51,7 +51,7 @@ export class ApplicationServer implements PluginHandler { * service. */ static async loadService( - servicePromises:Omit, + servicePromises:ServicePromises, services:Services, configuration:Configuration ):Promise { diff --git a/test.ts b/test.ts index 402b6f6..b8fa3ca 100755 --- a/test.ts +++ b/test.ts @@ -24,7 +24,7 @@ describe('application-server', ():void => { // region tests test('loadService', async ():Promise => { expect(await Index.loadService( - {}, + {} as ServicePromises, {} as Services, configuration as Configuration )).toBeNull()