chore: fix linting errors
This commit is contained in:
parent
7abbdb6477
commit
289dd01cbf
4 changed files with 4 additions and 20 deletions
|
@ -1,8 +1,4 @@
|
||||||
import {
|
import { getURLAndInit } from 'm/request-helper';
|
||||||
getURLAndInit,
|
|
||||||
genCommonHeaders,
|
|
||||||
getAPIBaseURL
|
|
||||||
} from 'm/request-helper';
|
|
||||||
|
|
||||||
const endpoint = '/configs';
|
const endpoint = '/configs';
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
import {
|
import { getURLAndInit } from 'm/request-helper';
|
||||||
getURLAndInit,
|
|
||||||
genCommonHeaders,
|
|
||||||
getAPIBaseURL
|
|
||||||
} from 'm/request-helper';
|
|
||||||
const endpoint = '/logs';
|
const endpoint = '/logs';
|
||||||
const textDecoder = new TextDecoder('utf-8', { stream: true });
|
const textDecoder = new TextDecoder('utf-8', { stream: true });
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
import {
|
import { getURLAndInit } from 'm/request-helper';
|
||||||
getURLAndInit,
|
|
||||||
genCommonHeaders,
|
|
||||||
getAPIBaseURL
|
|
||||||
} from 'm/request-helper';
|
|
||||||
const endpoint = '/proxies';
|
const endpoint = '/proxies';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
import {
|
import { getURLAndInit } from 'm/request-helper';
|
||||||
getURLAndInit,
|
|
||||||
genCommonHeaders,
|
|
||||||
getAPIBaseURL
|
|
||||||
} from 'm/request-helper';
|
|
||||||
const endpoint = '/traffic';
|
const endpoint = '/traffic';
|
||||||
const textDecoder = new TextDecoder('utf-8', { stream: true });
|
const textDecoder = new TextDecoder('utf-8', { stream: true });
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue