1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 08:33:00 +00:00

fix format

This commit is contained in:
Tatyana Kostromskaya 2023-10-05 16:34:31 +02:00
parent 0faced6a0b
commit 129f884271
2 changed files with 6 additions and 10 deletions

View file

@ -3,7 +3,7 @@
import * as http from 'http'
import * as httpm from '../lib/'
import * as pm from '../lib/proxy'
import { ProxyAgent } from "undici";
import {ProxyAgent} from 'undici'
// eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
const proxy = require('proxy')