This commit is contained in:
yaschalew
2026-06-29 09:48:41 +03:00
parent 9d3faf450f
commit 382c9c4b80

View File

@@ -54,6 +54,10 @@ export class ResponseTransformInterceptor<T> implements NestInterceptor<
};
}
if(path.startsWith("/api/positions/hierarchy")){
return data;
}
return {
success: true,
data,