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 {
|
return {
|
||||||
success: true,
|
success: true,
|
||||||
data,
|
data,
|
||||||
|
|||||||
Reference in New Issue
Block a user