Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Pull changes
Browse files Browse the repository at this point in the history
  • Loading branch information
baristaGeek committed Oct 27, 2023
1 parent ace2080 commit 4ad49a4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/api/actions/github/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,7 @@ export async function POST(request: Request) {
});
return NextResponse.json("User not registered");
}
const team = await createTeamAndMatchUser({
name: organization.login,
id: organization.id,
watermelon_user,
});


const team = await createTeamAndMatchUser({
name: organization.login,
id: organization.id,
Expand Down

0 comments on commit 4ad49a4

Please sign in to comment.