Skip to content

Commit a366db8

Browse files
committed
Fix linter warning
ESLint has this to say: > eslint . /home/virtualbox/3rdparty/rss-to-issues/index.js 75:7 warning Expected property shorthand object-shorthand ✖ 1 problem (0 errors, 1 warning) 0 errors and 1 warning potentially fixable with the `--fix` option. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 75050c7 commit a366db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const run = async () => {
7272
owner: context.repo.owner,
7373
repo: context.repo.repo,
7474
state: 'all',
75-
labels: labels
75+
labels
7676
})
7777
core.debug(`${issues.length} issues`)
7878

0 commit comments

Comments
 (0)