mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-06-06 15:03:58 +02:00
feat: better proxy management
This commit is contained in:
@@ -628,7 +628,7 @@ export class SyncService implements OnModuleInit {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"x-internal-key": this.backendInternalKey!,
|
||||
"x-internal-key": this.backendInternalKey ?? "undefined",
|
||||
},
|
||||
body: JSON.stringify({ userId, count }),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user