mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
yarn lint-fix
This commit is contained in:
@@ -55,7 +55,7 @@ class Json_DocumentLoaders implements INode {
|
|||||||
let pointers: string[] = []
|
let pointers: string[] = []
|
||||||
if (pointersName) {
|
if (pointersName) {
|
||||||
const outputString = pointersName.replace(/[^a-zA-Z0-9,]+/g, ',')
|
const outputString = pointersName.replace(/[^a-zA-Z0-9,]+/g, ',')
|
||||||
pointers = outputString.split(',').map((pointer) => "/" + pointer.trim())
|
pointers = outputString.split(',').map((pointer) => '/' + pointer.trim())
|
||||||
}
|
}
|
||||||
|
|
||||||
const blob = new Blob([bf])
|
const blob = new Blob([bf])
|
||||||
|
|||||||
Reference in New Issue
Block a user