Skip to content

Commit 7b355bc

Browse files
committed
chore: cleanup invalid convo id delete log message
1 parent cfddc87 commit 7b355bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/node/sql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ function cleanUpInvalidConversationIds() {
18621862
.prepare(`DELETE FROM ${CONVERSATIONS_TABLE} WHERE id = '' OR id IS NULL OR typeof(id) != 'text';`)
18631863
.run();
18641864

1865-
console.info(`cleanUpInvalidConversationIds pre-select delete removed ${deleteResult.changes} rows`);
1865+
console.info(`cleanUpInvalidConversationIds removed ${deleteResult.changes} rows`);
18661866
}
18671867

18681868
function getOutgoingWithoutExpiresAt() {

0 commit comments

Comments
 (0)