Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Oct 4, 2022
1 parent 1b46cc2 commit 8017ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/retryer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { CustomError, logger } from "./utils.js";

// Script variables.
const PATs = Object.keys(process.env).filter((key) =>
/PAT_\d*$/.exec(key),
).length
/PAT_\d*$/.exec(key),
).length;
const RETRIES = PATs ? PATs : 7;

/**
Expand Down

0 comments on commit 8017ba2

Please sign in to comment.