mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
chore(code): fix editorconfig for src/public
This commit is contained in:
@@ -29,13 +29,13 @@ interface Request {
|
||||
end(payload?: string): void;
|
||||
}
|
||||
|
||||
interface Client {
|
||||
interface Client {
|
||||
request(opts: ClientOpts): Request;
|
||||
}
|
||||
|
||||
async function exec<T>(opts: ExecOpts): Promise<T> {
|
||||
const client = getClient(opts);
|
||||
|
||||
|
||||
// hack for cases where electron.net does not work, but we don't want to set proxy
|
||||
if (opts.proxy === 'noproxy') {
|
||||
opts.proxy = null;
|
||||
|
||||
Reference in New Issue
Block a user