summaryrefslogtreecommitdiffstats
path: root/src/hooks/useRequests.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/hooks/useRequests.tsx')
-rw-r--r--src/hooks/useRequests.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hooks/useRequests.tsx b/src/hooks/useRequests.tsx
index feba4fa..1361949 100644
--- a/src/hooks/useRequests.tsx
+++ b/src/hooks/useRequests.tsx
@@ -15,6 +15,7 @@ export type Method =
15 15
16export interface RequestPayload { 16export interface RequestPayload {
17 id: string; 17 id: string;
18 timestamp: string;
18 body: string; 19 body: string;
19 headers: Headers; 20 headers: Headers;
20 method: Method; 21 method: Method;