mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
feat: add schema marking and validation skip mechanism
This commit is contained in:
@@ -380,8 +380,8 @@ export class DbModuleManager extends ModuleManager {
|
||||
}
|
||||
}
|
||||
|
||||
if (this.options?.trustFetched === true) {
|
||||
this.logger.log("trusting fetched config (mark)");
|
||||
if (this.options?.skipValidation === true) {
|
||||
this.logger.log("skipping validation (mark)");
|
||||
mark(result.configs.json);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user