diff options
| author | Haishan <[email protected]> | 2018-12-07 00:23:36 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-12-07 00:23:36 +0800 |
| commit | 289dd01cbf3b5e46b7d8c9839130c29bbcd6d861 (patch) | |
| tree | 786f32f2532ae54a72d6058132e1b22e0a221416 /src/api/logs.js | |
| parent | 7abbdb647760cf6ac68278c4d07d9a0fa431431f (diff) | |
chore: fix linting errors
Diffstat (limited to 'src/api/logs.js')
| -rw-r--r-- | src/api/logs.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/api/logs.js b/src/api/logs.js index 948a23f..6de5b65 100644 --- a/src/api/logs.js +++ b/src/api/logs.js @@ -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 }); |
