Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Aktar-Laskar committed Apr 1, 2024
1 parent a19c8be commit 9c4a0cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const points = {
// Reviewing a PR would get 4 points
// Finding a bug would add up to 4 points
// Opening a PR would give a single point and merging it would give you the other 7 points, making 8 per PR
// For each linked issue in pr body, points would increase by 1.
// Updating the EOD would get 2 points per day and additional 20 for regular daily updates plus 10 for just missing one

function formatSlug(slug: string) {
Expand Down
2 changes: 1 addition & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface Contributor {
slack: string;
joining_date: string;
role: "core" | "intern" | "operations" | "contributor";
courses_completed?: string[];
courses_completed: string[];
}

export interface ActivityData {
Expand Down

0 comments on commit 9c4a0cc

Please sign in to comment.