mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 06:20:07 +02:00
Lint fixes
This commit is contained in:
@@ -88,7 +88,7 @@ export const detectInit = function (text, cnf) {
|
||||
log.debug('sanitize deleting prototype option', args[key]);
|
||||
delete args[argKey][key];
|
||||
}
|
||||
if(configKeys.indexOf(key)<0) {
|
||||
if (configKeys.indexOf(key) < 0) {
|
||||
log.debug('sanitize deleting option', args[argKey][key]);
|
||||
delete args[argKey][key];
|
||||
}
|
||||
|
Reference in New Issue
Block a user