fix type error of slim DOM options
This commit is contained in:
@@ -95,9 +95,7 @@ function record<T = eventWithTime>(
|
||||
headMetaAuthorship: _slimDOMOptions === 'all',
|
||||
headMetaDescKeywords: _slimDOMOptions === 'all',
|
||||
}
|
||||
: _slimDOMOptions === false
|
||||
? {}
|
||||
: _slimDOMOptions;
|
||||
: {};
|
||||
|
||||
polyfill();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user