Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Fix lint/tsc issues when the strict tsc flag is true #464

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/bootstrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class SkyAppBootstrapper {

const params = new SkyAppRuntimeConfigParams(
currentUrl,
this.config.params
this.config.params!
);

const ensureContextArgs: BBContextArgs = {
Expand Down