Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
torben committed Mar 26, 2022
1 parent e82edaa commit 6c351f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class ApplicationServer implements PluginHandler {
* service.
*/
static async loadService(
servicePromises:Omit<ServicePromises, 'applicationServer'>,
servicePromises:ServicePromises,
services:Services,
configuration:Configuration
):Promise<null|Service> {
Expand Down
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('application-server', ():void => {
// region tests
test('loadService', async ():Promise<void> => {
expect(await Index.loadService(
{},
{} as ServicePromises,
{} as Services,
configuration as Configuration
)).toBeNull()
Expand Down

0 comments on commit 6c351f0

Please sign in to comment.