Skip to content

Commit b65dc0b

Browse files
🐛 Add repo url in the db
1 parent 1acc27c commit b65dc0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/api/send-report.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default async function sendReport(
3535
message: body.message,
3636
repoAuthor: body.repoAuthor,
3737
repoId: body.repoId,
38+
repoUrl: body.repoUrl,
3839
user: { id: user.id }
3940
});
4041

0 commit comments

Comments
 (0)