Skip to content

Commit

Permalink
making cloud optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 11, 2020
1 parent 8fcc135 commit a6a2655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function getMlSystemProvider(
isFullLicense: LicenseCheck,
mlLicense: MlServerLicense,
spaces: SpacesPluginSetup | undefined,
cloud: CloudSetup
cloud: CloudSetup | undefined
): MlSystemProvider {
return {
mlSystemProvider(callAsCurrentUser: APICaller, request: RequestFacade) {
Expand Down

0 comments on commit a6a2655

Please sign in to comment.