wip
This commit is contained in:
@@ -102,7 +102,7 @@ export class GetLeagueScoringConfigQuery {
|
||||
}
|
||||
|
||||
private buildPointsPreview(
|
||||
tables: Record<string, PointsTable>,
|
||||
tables: Record<string, any>,
|
||||
): Array<{ sessionType: string; position: number; points: number }> {
|
||||
const preview: Array<{
|
||||
sessionType: string;
|
||||
|
||||
Reference in New Issue
Block a user