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 {
|
||||
getURLAndInit,
|
||||
genCommonHeaders,
|
||||
getAPIBaseURL
|
||||
} from 'm/request-helper';
|
||||
import { getURLAndInit } from 'm/request-helper';
|
||||
|
||||
const endpoint = '/configs';
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
import {
|
||||
getURLAndInit,
|
||||
genCommonHeaders,
|
||||
getAPIBaseURL
|
||||
} from 'm/request-helper';
|
||||
import { getURLAndInit } from 'm/request-helper';
|
||||
const endpoint = '/logs';
|
||||
const textDecoder = new TextDecoder('utf-8', { stream: true });
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
import {
|
||||
getURLAndInit,
|
||||
genCommonHeaders,
|
||||
getAPIBaseURL
|
||||
} from 'm/request-helper';
|
||||
import { getURLAndInit } from 'm/request-helper';
|
||||
const endpoint = '/proxies';
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
import {
|
||||
getURLAndInit,
|
||||
genCommonHeaders,
|
||||
getAPIBaseURL
|
||||
} from 'm/request-helper';
|
||||
import { getURLAndInit } from 'm/request-helper';
|
||||
const endpoint = '/traffic';
|
||||
const textDecoder = new TextDecoder('utf-8', { stream: true });
|
||||
|
||||
|
|
Loading…
Reference in a new issue