|
|
@ -13,9 +13,9 @@ import { Observable } from 'rxjs'; |
|
|
import { map } from 'rxjs/operators'; |
|
|
import { map } from 'rxjs/operators'; |
|
|
|
|
|
|
|
|
@Injectable() |
|
|
@Injectable() |
|
|
export class TransformDataSourceInResponseInterceptor<T> |
|
|
export class TransformDataSourceInResponseInterceptor< |
|
|
implements NestInterceptor<T, any> |
|
|
T |
|
|
{ |
|
|
> implements NestInterceptor<T, any> { |
|
|
private encodedDataSourceMap: { |
|
|
private encodedDataSourceMap: { |
|
|
[dataSource: string]: string; |
|
|
[dataSource: string]: string; |
|
|
} = {}; |
|
|
} = {}; |
|
|
|