Skip to content

Commit 4d81a10

Browse files
committed
chore: linting
1 parent 188598a commit 4d81a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer/src/services/pair-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ export class PairService {
499499
transaction: tx,
500500
});
501501

502-
// Update or create pool stats
502+
// Update or create pool stats
503503
const existingPoolStats = await PoolStats.findOne({
504504
where: { pairId, timestamp: todayUTC },
505505
transaction: tx,

0 commit comments

Comments
 (0)