(fuse/mock-api) Added a return type to the factory function

This commit is contained in:
sercan 2021-05-17 15:21:08 +03:00
parent 4a30e3482c
commit f9c8e16778

View File

@ -29,7 +29,7 @@ export class FuseMockApiModule
{ {
provide : APP_INITIALIZER, provide : APP_INITIALIZER,
deps : [...mockApiServices], deps : [...mockApiServices],
useFactory: () => () => null, useFactory: () => (): any => null,
multi : true multi : true
}, },
{ {