We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51af9f2 commit b5c7a93Copy full SHA for b5c7a93
1 file changed
src/githubHelper.ts
@@ -375,8 +375,8 @@ export default class GithubHelper {
375
if (props.body && props.body.indexOf('/uploads/') > -1 && !settings.s3) {
376
props.labels.push('has attachment');
377
}
378
- await utils.sleep(this.delayInMs);
379
-
+
+ // Is this OK? It will just return the argument
380
if (settings.debug) return Promise.resolve({ data: issue });
381
382
0 commit comments