Skip to content

Commit

Permalink
SNOW-997216 Init serverDeployment to default value (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pfus authored Jan 19, 2024
1 parent 0bb7138 commit 697073f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void setNumOfRetryToTriggerTelemetry(int num) {
numOfRetryToTriggerTelemetry = num;
}

private TELEMETRY_SERVER_DEPLOYMENT serverDeployment;
private TELEMETRY_SERVER_DEPLOYMENT serverDeployment = TELEMETRY_SERVER_DEPLOYMENT.PROD;

/**
* control enable/disable the whole service: disabled service will skip added events and uploading
Expand Down

0 comments on commit 697073f

Please sign in to comment.