Skip to content

Commit

Permalink
Added value for support doc instaed of saas
Browse files Browse the repository at this point in the history
Signed-off-by: Muthu <[email protected]>
  • Loading branch information
Muthu committed Sep 13, 2024
1 parent 7f9173c commit 3933957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/athena/libs/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ module.exports = function (logger, t, noInterval, noAutoRun) {
if (settings_doc.console_build_type === 'non-saas') {
console_type = 'support';
} else if (settings_doc.console_build_type === 'saas') {
console_type = 'ibp';
console_type = 'support';
}
}

Expand Down

0 comments on commit 3933957

Please sign in to comment.