Skip to content

Commit

Permalink
Merge pull request #38 from agiledigital-labs/IE-339/fix-console-log
Browse files Browse the repository at this point in the history
IE-339/fix-console-log = add fix
  • Loading branch information
vuthikxkol authored Nov 21, 2023
2 parents 23146c1 + 2d34288 commit 70a14f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/activate-user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const activateUser =
Console.info(
`Activated [${user.id}] [${user.email}].${
sendEmail ? ` Email has been sent to [${user.email}].` : ''
}}`
}`
)
),
TE.chain((user) => validateUserExist(service, user.id)),
Expand Down

0 comments on commit 70a14f9

Please sign in to comment.