Skip to content

Commit

Permalink
Fix Lint Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj443 authored Dec 4, 2024
1 parent 05badff commit 527cb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/env/src/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export class PercyEnv {
let total = parseInt(this.vars.PERCY_PARALLEL_TOTAL, 10);
if (!Number.isInteger(total)) total = null;

if(total === null) {
if (total === null) {
switch (this.ci) {
case 'circle':
total = this.vars.CIRCLE_NODE_TOTAL;
Expand Down

0 comments on commit 527cb5a

Please sign in to comment.