Skip to content

Commit

Permalink
fix Interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanBayoumi committed Jul 22, 2023
1 parent 64d024f commit 93a71cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interceptors/user-sensitive-data.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export class UserSensitiveDataInterceptor implements NestInterceptor {
delete data.updatedAt;
delete data.hashedRt;
return data;
} else {
return data;
}
}),
);
Expand Down

0 comments on commit 93a71cd

Please sign in to comment.