Skip to content

Commit e3ecd03

Browse files
committed
typo
1 parent c032963 commit e3ecd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ exports.NODE_ENV = process.env.NODE_ENV;
88

99
// will looks for issues closed this many seconds after the tag, this may happen if the issue is merged via a MR and automatially closed
1010
// example -e GITLAB_ISSUE_SECOND_DELAY=60 will catch issues closed up to 60 seconds after the tag is created.
11-
exports.ISSUE_CLOSED_SECONDS = process.env.ISSUE_CLOSED_SECONDS || "0"
11+
exports.ISSUE_CLOSED_SECONDS = process.env.ISSUE_CLOSED_SECONDS || "0";

0 commit comments

Comments
 (0)