boolean
This commit is contained in:
parent
8e4858b80b
commit
051b9412a0
2 changed files with 2 additions and 2 deletions
|
|
@ -307,7 +307,7 @@ export const applyStyleConfig = (input) => {
|
|||
adoptStyleSheets()
|
||||
}
|
||||
|
||||
export const getResourcesIndex = async (url, parser = (x) => x) => {
|
||||
export const getResourcesIndex = async (url, parser = Boolean) => {
|
||||
const cache = 'no-store'
|
||||
const customUrl = url.replace(/\.(\w+)$/, '.custom.$1')
|
||||
let builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue