Skip to content

Commit

Permalink
only push workspace into revs if it is not already included
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Nov 30, 2022
1 parent 750b3a2 commit 4efa711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/plots/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class PlotsData extends BaseData<{
...args
)

if (args.length < 2) {
if (!revs.includes('workspace') && args.length < 2) {
revs.push('workspace')
}

Expand Down

0 comments on commit 4efa711

Please sign in to comment.