Skip to content

Commit

Permalink
fix(qseow): Deleting proxy sessions works again, caused by regression…
Browse files Browse the repository at this point in the history
… in 4.0.0

Fixes #539
  • Loading branch information
mountaindude committed Nov 16, 2024
1 parent c756c8f commit 2bb820e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/cmd/qseow/getsessions.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export async function getSessions(options) {
}

// Add to table that will be printed to console
// eslint-disable-next-line no-restricted-syntax
for (const s of sessionsTabular) {
sessionsTable.push([
s.vpDescription,
Expand Down

0 comments on commit 2bb820e

Please sign in to comment.