Skip to content

add refresh intervals to leaderboard creation and history toggle for … #1064

add refresh intervals to leaderboard creation and history toggle for …

add refresh intervals to leaderboard creation and history toggle for … #1064

Triggered via push February 12, 2025 15:03
Status Failure
Total duration 1m 40s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build-check: src/__mocks__/leaderboardMock.ts#L4
Type '{ id: number; name: string; createdAt: string; refreshInterval?: LeaderboardRefreshInterval | undefined; internalName: string; updatedAt: string; sortMode: LeaderboardSortMode; unique: boolean; }' is not assignable to type '{ id: number; name: string; createdAt: string; refreshInterval: LeaderboardRefreshInterval; internalName: string; updatedAt: string; sortMode: LeaderboardSortMode; unique: boolean; }'.
build-check
Process completed with exit code 2.