Skip to content

Commit

Permalink
fix: adjust logger warn message
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus-Aguilar committed Oct 29, 2024
1 parent 27b5d89 commit c981a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/resolvers/Queries/Users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const Users = {
.catch((error: any) => {
logger.warn({
error,
message: 'getOrganizationsByEmail-session-error',
message: 'getOrganizationsWithoutSalesManager-session-error',
})

return null
Expand Down

0 comments on commit c981a89

Please sign in to comment.