We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc65292 commit 84d3fccCopy full SHA for 84d3fcc
src/lib/httpClient.ts
@@ -3,7 +3,7 @@ import FormData from 'form-data';
3
import axios, { AxiosInstance, AxiosRequestConfig } from 'axios';
4
import { Env, Snapshot, ProcessedSnapshot, Git, Build, Context, DiscoveryErrors } from '../types.js';
5
import constants from './constants.js';
6
-import { type Logger } from 'winston'
+import type { Logger } from 'winston'
7
import pkgJSON from './../../package.json'
8
import https from 'https';
9
0 commit comments