Skip to content

Commit 0af2cad

Browse files
author
praliptarajoo
committed
fix: contributors page
1 parent c10c69a commit 0af2cad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

updateProject.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ async function getContributorsList() {
200200
projectsJsonPath,
201201
JSON.stringify(sortedContributions, null, 2)
202202
);
203+
console.log("Contributors list updated successfully.");
203204
} catch (error) {
204205
console.log(error);
205206
}

0 commit comments

Comments
 (0)