Skip to content

Commit abe9fc3

Browse files
committed
#582 - remove comment
1 parent 011837c commit abe9fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shim/objects/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export type TrufosRequest = {
99
parentId: string;
1010
type: 'request';
1111
title: string;
12-
url: TrufosURL; // unified URL abstraction
12+
url: TrufosURL;
1313
method: RequestMethod;
1414
headers: TrufosHeader[];
1515
body: RequestBody;

0 commit comments

Comments
 (0)