Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
RusovDmitriy committed Jan 13, 2025
1 parent 9578b49 commit 285339f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cubejs-backend-cloud/src/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export interface DeployResponse {
export class DeployController {
public constructor(
protected readonly cubeCloudClient: CubeCloudClient,
protected envVariables: DotenvParseOutput = {},
protected readonly envVariables: DotenvParseOutput = {},
protected readonly hooks: DeployHooks = {}
) {
}
Expand Down

0 comments on commit 285339f

Please sign in to comment.