Tabs to 4 spaces

This commit is contained in:
cmdr2
2022-11-30 12:18:34 +05:30
parent 0ea38db7ef
commit ff9430b8a2
3 changed files with 198 additions and 199 deletions

View File

@ -934,10 +934,10 @@ function getPrompts() {
prompts = prompts.filter(prompt => prompt !== '')
if (activeTags.length > 0) {
const promptTags = activeTags.map(x => x.name).join(", ")
prompts = prompts.map((prompt) => `${prompt}, ${promptTags}`)
const promptTags = activeTags.map(x => x.name).join(", ")
prompts = prompts.map((prompt) => `${prompt}, ${promptTags}`)
}
let promptsToMake = applySetOperator(prompts)
promptsToMake = applyPermuteOperator(promptsToMake)