Remove redundant calls to baseURL/url #2581 (#2579)

---------

Co-authored-by: 이광오 <maeryo@hanwha.com>
Co-authored-by: Oleg Lobanov <oleg.lobanov@bitvavo.com>
This commit is contained in:
M A E R Y O
2023-07-31 20:27:24 +09:00
committed by GitHub
parent 2a4a46c61a
commit 4b72bbfc7f
4 changed files with 14 additions and 11 deletions

View File

@@ -8,7 +8,6 @@ export async function fetchURL(url, opts, auth = true) {
opts.headers = opts.headers || {};
let { headers, ...rest } = opts;
let res;
try {
res = await fetch(`${baseURL}${url}`, {