Skip to content

Commit

Permalink
fix(app): use v0_packets_aggregate (#2578)
Browse files Browse the repository at this point in the history
  • Loading branch information
cor authored Jul 26, 2024
2 parents d564fff + b200ccb commit e170469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/graphql/documents/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const transferCountQueryDocument = graphql(/* GraphQL */ `

export const packetCountQueryDocument = graphql(/* GraphQL */ `
query PacketCountQuery @cached(ttl: 5) {
v0_packets_mat_aggregate {
v0_packets_aggregate {
aggregate {
count
}
Expand Down

0 comments on commit e170469

Please sign in to comment.