summaryrefslogtreecommitdiffstats
path: root/src/hooks
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2022-02-16 21:10:39 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-02-16 21:10:39 +0100
commita86f0a804bf8d1ff37d9027930aad1fdcbde3ad6 (patch)
treef9c8eff30e1f38cf7f3320590eadbdbe2af5291f /src/hooks
parente2aed74b7a9807bf87a9bf337c8a2e84a4bcbfde (diff)
downloadclient-1.4.0.post1.tar.gz
client-1.4.0.post1.tar.bz2
client-1.4.0.post1.zip
Added a timestampv1.4.0.post1v1.4.0
Diffstat (limited to 'src/hooks')
-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;