Skip to content

Commit 7f4071b

Browse files
committed
Added logs for delete inactive session
Signed-off-by: shitrerohit <[email protected]>
1 parent bd4cc44 commit 7f4071b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user/repositories/user.repository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ export class UserRepository {
999999
userId
10001000
}
10011001
});
1002-
this.logger.debug('Response::', response);
1002+
this.logger.debug('Deleted inactive sessions::', response);
10031003
return response;
10041004
} catch (error) {
10051005
this.logger.error(`Error in deleting the in active sessions::${error.message}`);

0 commit comments

Comments
 (0)