Refactor out some unnecessary awaits in module loading code (#1771) #3076
Annotations
3 errors
Check types:
src/init/consented-advertising.ts#L50
Argument of type '((() => Promise<void[]>) | (() => Promise<boolean | void>))[]' is not assignable to parameter of type '(() => Promise<boolean | void>)[]'.
|
Check types:
src/init/consented-advertising.ts#L52
Argument of type '((() => Promise<void[]>) | (() => Promise<boolean | void>))[]' is not assignable to parameter of type '(() => Promise<boolean | void>)[]'.
|
Check types
Process completed with exit code 2.
|
Loading