remove unused

This commit is contained in:
2026-03-09 16:11:57 +03:30
parent 59dc8be0e7
commit 8f833b5677
37 changed files with 26 additions and 11247 deletions
@@ -18,8 +18,10 @@ export class ResponseInterceptor implements NestInterceptor {
return next.handle();
}
return next.handle().pipe(
map(data => {
console.log('data',data)
// If data is already wrapped or doesn't need wrapping, return as-is
if (data && typeof data === 'object' && 'data' in data && 'success' in data) {
console.log('data', data)