Skip to content

Commit f86e6d0

Browse files
committed
adjust linter warnings
1 parent 011ce2c commit f86e6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsutils/ObjMap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Quoted as "used by external libraries".
3-
* All of these could be replaced by Record<string, T> or Readonly<Record<string, T>>
3+
* All of these could be replaced by Record\<string, T\> or Readonly\<Record\<string, T\>\>
44
* Should we still expose these?
55
*/
66

0 commit comments

Comments
 (0)