We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b09ef commit 79420acCopy full SHA for 79420ac
indexer/src/config/init.ts
@@ -24,7 +24,7 @@ export async function initializeDatabase(noTrigger = true): Promise<void> {
24
25
console.log(row);
26
if (row?.exists) {
27
- console.log("Creation skipped.");
+ console.log("Creation skipped..");
28
return;
29
}
30
0 commit comments