Skip to content

Commit 873eb8b

Browse files
committed
linter
Signed-off-by: sczembor <stanislaw.czembor@gmail.com>
1 parent 4d7cb1d commit 873eb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/btcindexer/src/btcindexer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class Indexer {
142142
const latestBlock = await this.d1
143143
.prepare("SELECT MAX(height) as latest_height FROM processed_blocks")
144144
.first<{ latest_height: number }>();
145-
145+
146146
if (!latestBlock) {
147147
return;
148148
}

0 commit comments

Comments
 (0)