removed unnecessary variable declaration

This commit is contained in:
2025-11-20 17:45:15 +05:30
parent 5dc0445a61
commit 78592dafec

View File

@@ -79,7 +79,7 @@ export const handler = safeHandler(async (
}
// Use single service method that encapsulates the transaction
const createdUser = await minglarService.inviteTeammate(
await minglarService.inviteTeammate(
emailAddress,
roleXid,
isFixedSalary,