From e0c07d4f5f848ee8f16cbaa08ca02f31dc7b511b Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Wed, 16 Apr 2025 20:10:42 +0330 Subject: [PATCH] added new query key --- frontend/constants/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/constants/index.ts b/frontend/constants/index.ts index 3f466ab..4ac059c 100644 --- a/frontend/constants/index.ts +++ b/frontend/constants/index.ts @@ -78,6 +78,7 @@ export const QUERY_KEYS = { ticket: "ticket", orders: "orders", cart: "cart", + transaction: "transaction", }; export const MUTATION_KEYS = {