We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9578b49 commit 285339fCopy full SHA for 285339f
packages/cubejs-backend-cloud/src/deploy.ts
@@ -79,7 +79,7 @@ export interface DeployResponse {
79
export class DeployController {
80
public constructor(
81
protected readonly cubeCloudClient: CubeCloudClient,
82
- protected envVariables: DotenvParseOutput = {},
+ protected readonly envVariables: DotenvParseOutput = {},
83
protected readonly hooks: DeployHooks = {}
84
) {
85
}
0 commit comments