Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Nov 21, 2022
1 parent 4e61d0a commit 6d14ff8
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 6d14ff8

Please sign in to comment.