--------- Co-authored-by: 이광오 <maeryo@hanwha.com> Co-authored-by: Oleg Lobanov <oleg.lobanov@bitvavo.com>
This commit is contained in:
@@ -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}`, {
|
||||
|
||||
Reference in New Issue
Block a user