Merge pull request #1145 from SillyTavern/release

Remove header #1144
This commit is contained in:
Cohee 2023-09-17 15:23:25 +03:00 committed by GitHub
commit 6c9cabfb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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