This commit is contained in:
@@ -37,7 +37,7 @@ export function buildLearning(learnings: LearningRecord[], now: string): string
|
||||
`);
|
||||
}
|
||||
|
||||
export function buildResult(result: ResultArchive | null, now: string): string {
|
||||
export function buildResult(result: ResultArchive | null, _now: string): string {
|
||||
if (!result) return '';
|
||||
|
||||
return sectionFrame(`
|
||||
|
||||
Reference in New Issue
Block a user