Skip to content

Commit 6aa295d

Browse files
committed
chore: linting
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
1 parent d18bb7f commit 6aa295d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/abstractions/test/common/requestInformation.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ interface GetQueryParameters {
2525
endTime?: TimeOnly;
2626
endDate?: DateOnly;
2727
timeStamp?: Date;
28-
time?: TimeOnly;
29-
duration?: Duration;
28+
duration?: Duration;
3029
}
3130

3231
const getQueryParameterMapper: Record<string, string> = {

0 commit comments

Comments
 (0)