Skip to content

Commit 83a0692

Browse files
committed
- Adding util to get HttpRequestName
1 parent 280d196 commit 83a0692

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/getHttpRequestName.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export const getHttpRequestName = (): string => {
2+
return '';
3+
};

0 commit comments

Comments
 (0)