Skip to content

Commit

Permalink
Delete testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgparmar14 committed Apr 9, 2024
1 parent 114ba05 commit 519acbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { existsSync } from "fs";

const root = join(process.cwd(), "data-repo/contributors");
const slackRoot = join(process.cwd(), "data-repo/data/slack");
const githubRoot = join(process.cwd(), "data-repo/github");
const githubRoot = join(process.cwd(), "data-repo/data/github");

const points = {
comment_created: 1,
Expand Down

0 comments on commit 519acbd

Please sign in to comment.