Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Jan 4, 2024
1 parent a8d8656 commit a1935ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dashboard/pages/api/streaming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ export async function getSinks() {
}

export async function getSources() {
let sourceList: Source[] = (await api.get("/sources")).map(
Source.fromJSON
)
let sourceList: Source[] = (await api.get("/sources")).map(Source.fromJSON)
sourceList = sortBy(sourceList, (x) => x.id)
return sourceList
}
Expand Down

0 comments on commit a1935ca

Please sign in to comment.