mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix
This commit is contained in:
@@ -54,6 +54,10 @@ export class ResponseTransformInterceptor<T> implements NestInterceptor<
|
||||
};
|
||||
}
|
||||
|
||||
if(path.startsWith("/api/positions/hierarchy")){
|
||||
return data;
|
||||
}
|
||||
|
||||
return {
|
||||
success: true,
|
||||
data,
|
||||
|
||||
Reference in New Issue
Block a user