Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Dec 16, 2024
1 parent 11c23d9 commit d7be929
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ export class NetsuiteAdvancedSettingModel extends HelperUtility {
if (brandingConfig.brandId === 'co') {
return defaultOptions.filter(option => !['card_number', 'employee_name'].includes(option));
}

if (!cccExportType) {
return defaultOptions.filter(option => option !== 'card_number');
}

return defaultOptions;
}

Expand Down

0 comments on commit d7be929

Please sign in to comment.