Skip to content

Commit

Permalink
fix: redefined error
Browse files Browse the repository at this point in the history
  • Loading branch information
delphox60 committed Aug 23, 2024
1 parent 79f08d2 commit 08762ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/db/schema/invitations.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ export async function updateInvitation(params: UpdateInvitationParams) {
}

try {
let existingInvitation;

const existingInvitation = await getInvitationById(id);

await db
Expand Down

0 comments on commit 08762ab

Please sign in to comment.