Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Mar 18, 2024
1 parent caa4b66 commit ddc84be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ const mapFellows = async (fellows: FellowObject[]) => {
return await summary.addHeading("Fellows").addTable(table).write();
};

fetchAllFellows(logger)
.then(mapFellows)
.catch(setFailed);
fetchAllFellows(logger).then(mapFellows).catch(setFailed);

0 comments on commit ddc84be

Please sign in to comment.