Skip to content

Commit

Permalink
added deleted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Mar 14, 2024
1 parent d550fbf commit 3d05853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fellows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const fetchAllFellows = async (

const additional = fellowData.info.additional;

// If it does not have additional data (GitHub handle goes here) we ignore it
// eslint-disable-next-line @typescript-eslint/strict-boolean-expressions
if (!additional || additional.length < 1) {
logger.debug("Additional data is null. Skipping");
Expand Down

0 comments on commit 3d05853

Please sign in to comment.