Skip to content

Commit

Permalink
Merge branch 'Expensify:main' into 37536-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid L authored Mar 29, 2024
2 parents bab947e + 54c669f commit c04f281
Show file tree
Hide file tree
Showing 229 changed files with 4,310 additions and 6,517 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const _ = require('underscore');
const lodashThrottle = require('lodash/throttle');
const CONST = require('../../../libs/CONST');
const ActionUtils = require('../../../libs/ActionUtils');
const GitHubUtils = require('../../../libs/GithubUtils');
Expand Down Expand Up @@ -56,7 +57,7 @@ function run() {

return promiseDoWhile(
() => !_.isEmpty(currentStagingDeploys),
_.throttle(
lodashThrottle(
throttleFunc,

// Poll every 60 seconds instead of every 10 seconds
Expand Down
Loading

0 comments on commit c04f281

Please sign in to comment.