Skip to content

Commit 84d3fcc

Browse files
committed
fix import statement
1 parent cc65292 commit 84d3fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/httpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import FormData from 'form-data';
33
import axios, { AxiosInstance, AxiosRequestConfig } from 'axios';
44
import { Env, Snapshot, ProcessedSnapshot, Git, Build, Context, DiscoveryErrors } from '../types.js';
55
import constants from './constants.js';
6-
import { type Logger } from 'winston'
6+
import type { Logger } from 'winston'
77
import pkgJSON from './../../package.json'
88
import https from 'https';
99

0 commit comments

Comments
 (0)