Skip to content

Commit faae094

Browse files
committed
refactor(scores): remove unused strict score helper
1 parent 43cae24 commit faae094

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

server/utils/scores.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,3 @@ export async function isScoreMissingWithLag(
151151
allowedLagEpochs,
152152
})
153153
}
154-
155-
export async function isMissingScore(range: Range): Promise<boolean> {
156-
const latestScoreEpoch = await getLatestScoreEpoch()
157-
return isScoreLagMissing({
158-
toEpoch: range.toEpoch,
159-
latestScoreEpoch,
160-
allowedLagEpochs: 0,
161-
})
162-
}

0 commit comments

Comments
 (0)