Commit 2965dca
Silas Boyd-Wickizer
Fix request import in log.ts
Use the TypeScript CommonJS-style import:
https://www.typescriptlang.org/docs/handbook/modules.html
because it looks like the request types use the CommonJS-style export:
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/request/index.d.ts#L397
CC #2741 parent 64d2de5 commit 2965dca
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments