-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Labels
good first issueGood for newcomersGood for newcomersvery easyTasks that are best for absolute beginners. You don't even need to be a programmer to take this on.Tasks that are best for absolute beginners. You don't even need to be a programmer to take this on.
Description
Issue
We created an object type called RequestHistoryInfo. However, it's not really being used anywhere. We want to use RequestHistoryInfo where applicable.
How to fix it
- The
RequestHistoryInfotype is intypes.ts. See this line of code. - There are four places where this type could be used:
- All you have to do is replace instances of
{
request: string;
response?: string;
timestamp: string;
latency?: number;
}
with RequestHistoryInfo type.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersvery easyTasks that are best for absolute beginners. You don't even need to be a programmer to take this on.Tasks that are best for absolute beginners. You don't even need to be a programmer to take this on.