Skip to content
Snippets Groups Projects
Commit c4df3674 authored by Steve Reis's avatar Steve Reis
Browse files

wip: Change users extension message

parent 5394e7aa
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ export class UsersService { ...@@ -60,7 +60,7 @@ export class UsersService {
} catch (err) { } catch (err) {
if (err instanceof NotFoundException) if (err instanceof NotFoundException)
this.logger.debug( this.logger.debug(
`Extension of ${user.id} aborted, no user found in database`, `Extension of ${user.id} not needed, user not found in database`,
); );
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment