Skip to content

Commit 2290b8c

Browse files
authored
Update retrieve-skills-id.js
1 parent 43db3d8 commit 2290b8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github-actions/activity-trigger/retrieve-skills-id.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ async function retrieveSkillsId(github, context, issueNum) {
2828
// Extract the issue id
2929
const id = response.repository.issue.id;
3030

31-
return { id };
31+
return id ;
3232
} catch (error) {
3333
throw new Error(`Error finding NodeId for issue #${issueNum}; error = ${error}`);
3434
}
3535
}
3636

37-
module.exports = retrieveSkillsId;
37+
module.exports = retrieveSkillsId;

0 commit comments

Comments
 (0)