note
All checks were successful
Build / build (pull_request) Successful in 45s
Build / build (push) Successful in 1m23s

This commit is contained in:
Sainan 2025-04-10 22:15:40 +02:00
parent b6704f59ba
commit 91792244e0

View File

@ -148,7 +148,7 @@ export interface IRewardInfo {
JobTier?: number; JobTier?: number;
jobId?: string; jobId?: string;
JobStage?: number; JobStage?: number;
Q?: boolean; // always false? Q?: boolean; // likely indicates that the bonus objective for this stage was completed
CheckpointCounter?: number; // starts at 1, is incremented with each job stage upload, and does not reset when starting a new job CheckpointCounter?: number; // starts at 1, is incremented with each job stage upload, and does not reset when starting a new job
} }