Skip to content

Commit

Permalink
Update app_mixlab.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcz007 committed Feb 5, 2024
1 parent ee0b16c commit 465aeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/javascript/app_mixlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async function save (json, download = false, showInfo = true) {
try {
let data = await app.graphToPrompt()

const { input, output, seed } = extractInputAndOutputData(
let { input, output, seed } = extractInputAndOutputData(
data.output,
inputIds,
outputIds
Expand Down

0 comments on commit 465aeba

Please sign in to comment.