Skip to content

Commit 68a4ef1

Browse files
committed
fix: type err
1 parent fddc9b0 commit 68a4ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/deploy/services/deployment.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ export class DeploymentService {
12121212
// Generate Cursor-specific performance report
12131213
const cursorPerformanceReport = this.cursorPerformanceMonitor.generateCursorPerformanceReport(deploymentId);
12141214
if (cursorPerformanceReport) {
1215-
result.metadata.cursorPerformanceReport = cursorPerformanceReport;
1215+
// result.metadata.cursorPerformanceReport = cursorPerformanceReport;
12161216
result.metadata.performanceReport = `Cursor deployment completed: ${result.summary.filesDeployed} files deployed. Performance: ${cursorPerformanceReport.summary.overallRating}`;
12171217

12181218
// Add performance recommendations as warnings

0 commit comments

Comments
 (0)