chore(benchmarks): fix undefined in GitHub question generation

This commit is contained in:
Johann Schopplich
2025-11-06 16:06:31 +01:00
parent a9d52fc69b
commit e22884308b
3 changed files with 8 additions and 5 deletions

View File

@@ -61,7 +61,6 @@ export interface AnalyticsMetric {
export interface Repository {
id: number
name: string
owner: string
repo: string
description: string
stars: number