chore: lint

This commit is contained in:
badayvedat 2024-04-23 19:31:53 +03:00
parent bf787328b5
commit e8ef19d7b2
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ const WORKFLOW = {
};
export default function getWorkflow(object: any) {
let newWorkflow = JSON.parse(JSON.stringify(WORKFLOW));
const newWorkflow = JSON.parse(JSON.stringify(WORKFLOW));
newWorkflow.fal_inputs = {
...newWorkflow.fal_inputs,
...object,

View File

@ -81,7 +81,7 @@ const WORKFLOW = {
};
export default function getWorkflow(object: any) {
let newWorkflow = JSON.parse(JSON.stringify(WORKFLOW));
const newWorkflow = JSON.parse(JSON.stringify(WORKFLOW));
newWorkflow.fal_inputs = {
...newWorkflow.fal_inputs,
...object,

View File

@ -93,7 +93,7 @@ const WORKFLOW = {
};
export default function getWorkflow(object: any) {
let newWorkflow = JSON.parse(JSON.stringify(WORKFLOW));
const newWorkflow = JSON.parse(JSON.stringify(WORKFLOW));
newWorkflow.fal_inputs = {
...newWorkflow.fal_inputs,
...object,