Skip to content

Commit

Permalink
release: updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
avimak committed Jun 23, 2024
1 parent a0b6c81 commit 1ab9bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const getImagePath = (projectId: string, baseName: string): string | null => {
return `${baseUrl}/${iconName}`;
}
} catch (error) {
// Ignore the error and try the next extension
// ignore the error and try the next extension
}
}
return null;
Expand Down

0 comments on commit 1ab9bae

Please sign in to comment.