Skip to content

Commit f385a50

Browse files
checking delete old data
1 parent e538cdf commit f385a50

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modules/module-postgres-storage/src/storage/PostgresReportStorageFactory.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,7 @@ export class PostgresReportStorageFactory implements storage.ReportStorageFactor
367367
)
368368
);
369369
`.execute();
370-
if (result.rows.length > 0) {
371-
result.rows.forEach((row) => {
372-
console.log(row);
373-
});
374-
}
370+
console.log(result);
375371
}
376372

377373
async [Symbol.asyncDispose]() {

0 commit comments

Comments
 (0)