Skip to content

Commit ebe9581

Browse files
author
Kanishka
committed
docs: Add detailed comment to updateSandboxAuditConfig method
- Add comprehensive documentation for the sandbox audit configuration update method - Ensure clear understanding of method purpose and functionality
1 parent 3820814 commit ebe9581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/spacecat-shared-data-access/src/models/configuration/configuration.model.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ class Configuration extends BaseModel {
133133
}
134134

135135
// Update sandbox audit configuration
136+
// This method updates the sandbox audit configuration for a specific audit type
136137
updateSandboxAuditConfig(auditType, config = {}) {
137138
// eslint-disable-next-line no-console
138139
console.log(`[Configuration Model] Updating sandbox audit config for ${auditType}:`, config);

0 commit comments

Comments
 (0)