mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-25 21:00:28 -05:00
added stale
This commit is contained in:
@@ -36,6 +36,7 @@ export interface UsersForVotingData {
|
||||
score: number
|
||||
month: number
|
||||
year: number
|
||||
stale: boolean
|
||||
}[]
|
||||
}
|
||||
}
|
||||
@@ -75,6 +76,7 @@ export const USERS_FOR_VOTING: DocumentNode = gql`
|
||||
score
|
||||
month
|
||||
year
|
||||
stale
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user