Skip to content
Snippets Groups Projects
Unverified Commit e7d8fdf5 authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Fix typo in handle-feature-requests.js (#1411)

parent 9ef5fd12
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ async function main() { ...@@ -76,7 +76,7 @@ async function main() {
label => label =>
label.name === 'help wanted' || label.name === 'help wanted' ||
label.name === 'needs votes' || label.name === 'needs votes' ||
lahel.name === 'good first issue', label.name === 'good first issue',
) )
.map(label => label.id); .map(label => label.id);
const res = await makeAPIRequest( const res = await makeAPIRequest(
......
---
category: Maintenance
authors: [j-f1]
---
Fix typo in `handle-feature-requests.js`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment