diff --git a/src/parser.ts b/src/parser.ts index f381df1..1a0d0c5 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -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;