Skip to content

Commit

Permalink
Merge pull request #152 from katalon-studio/TES-5236
Browse files Browse the repository at this point in the history
Remove validation email
  • Loading branch information
quidl authored Nov 29, 2023
2 parents 049af5a + bc691ab commit cabfce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "katalon-agent",
"version": "v1.7.8",
"version": "v2.0.0",
"description": "",
"main": "cli.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/service/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class Agent {
config.update(commandLineConfigs, configFile);
setLogLevel(config.logLevel);

validateField(config, 'email', configFile);
// validateField(config, 'email', configFile);
validateField(config, 'apikey', configFile);
validateField(config, 'serverUrl', configFile);
validateField(config, 'organizationId', configFile);
Expand Down

0 comments on commit cabfce3

Please sign in to comment.