Skip to content

Commit 79420ac

Browse files
committed
test
1 parent 90b09ef commit 79420ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer/src/config/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function initializeDatabase(noTrigger = true): Promise<void> {
2424

2525
console.log(row);
2626
if (row?.exists) {
27-
console.log("Creation skipped.");
27+
console.log("Creation skipped..");
2828
return;
2929
}
3030

0 commit comments

Comments
 (0)