Skip to content

Commit b5c7a93

Browse files
committed
Remove unnecessary sleep
1 parent 51af9f2 commit b5c7a93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/githubHelper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ export default class GithubHelper {
375375
if (props.body && props.body.indexOf('/uploads/') > -1 && !settings.s3) {
376376
props.labels.push('has attachment');
377377
}
378-
await utils.sleep(this.delayInMs);
379-
378+
379+
// Is this OK? It will just return the argument
380380
if (settings.debug) return Promise.resolve({ data: issue });
381381

382382

0 commit comments

Comments
 (0)