removed unnecessary variable declaration
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user