use digest-score service

This commit is contained in:
Hongbo Wu 2024-06-27 20:55:04 +08:00
parent 822f249fb1
commit 3ad826392e

View file

@ -79,4 +79,4 @@ class ScoreClientImpl implements ScoreClient {
}
}
export const scoreClient = new StubScoreClientImpl()
export const scoreClient = new ScoreClientImpl()