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