commit
6c9cabfb57
|
@ -197,7 +197,6 @@ async function doExtrasFetch(endpoint, args) {
|
|||
}
|
||||
Object.assign(args.headers, {
|
||||
'Authorization': `Bearer ${extension_settings.apiKey}`,
|
||||
'Bypass-Tunnel-Reminder': 'bypass'
|
||||
});
|
||||
|
||||
const response = await fetch(endpoint, args);
|
||||
|
|
Loading…
Reference in New Issue