use real scoring service

This commit is contained in:
Hongbo Wu 2024-06-21 12:01:34 +08:00
parent 977a1a90e5
commit 14a375db83

View file

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