Skip to content

Commit

Permalink
fix: 键名不统一
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD authored Nov 14, 2024
1 parent 8f441a0 commit 0f11ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/ApiStats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ export class ApiStats {
return {
rank: index + 1,
clusterId: cluster.clusterId,
name: cluster.clusterName,
owner: user?.username,
clusterName: cluster.clusterName,
ownerName: user?.username,
hits: s.getLast30DaysStats().at(-2)?.hits || 0,
bytes: s.getLast30DaysStats().at(-2)?.bytes || 0,
fullsize: cluster.shards >= FileList.SHARD_COUNT,
Expand Down

0 comments on commit 0f11ec8

Please sign in to comment.