Skip to content

Commit

Permalink
[FIX] Address defacing output issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Nov 27, 2023
1 parent c5d7d90 commit d94be1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ const store = createStore({
if (finished.status == 200) {
const finishedText = await finished.data;
const idxs = finishedText
.toString()
.trim()
.split('\n')
.filter((v: any) => !!v)
Expand Down

0 comments on commit d94be1e

Please sign in to comment.