Skip to content

Commit 285339f

Browse files
committed
clear
1 parent 9578b49 commit 285339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-backend-cloud/src/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export interface DeployResponse {
7979
export class DeployController {
8080
public constructor(
8181
protected readonly cubeCloudClient: CubeCloudClient,
82-
protected envVariables: DotenvParseOutput = {},
82+
protected readonly envVariables: DotenvParseOutput = {},
8383
protected readonly hooks: DeployHooks = {}
8484
) {
8585
}

0 commit comments

Comments
 (0)