chore: lint
This commit is contained in:
parent
bf787328b5
commit
e8ef19d7b2
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user