refactor(ticket): remove defect-classes endpoint and related hooks

This commit is contained in:
2026-07-31 17:25:53 +05:30
parent 87fa04e1b5
commit 9cd7186357
8 changed files with 0 additions and 85 deletions

View File

@@ -32,8 +32,6 @@ export const ticketKeys = {
'review',
proofStatus ?? 'all',
] as const,
defectClasses: (ticketId: string) =>
[...ticketKeys.details(), ticketId, 'defect-classes'] as const,
assignments: (ticketId: string) =>
[...ticketKeys.details(), ticketId, 'assignments'] as const,
extensionRequest: (ticketId: string, assignmentId: number | undefined) =>