linting tweaks

pull/850/head
Paul Fitzpatrick 4 months ago
parent 07ce8bfcf6
commit 012b054af6
No known key found for this signature in database
GPG Key ID: 07F16BF3214888F6

@ -56,7 +56,7 @@ export class Boot extends Disposable {
fetch(url.href).then(async resp => {
const _probes = await resp.json();
this.probes.set(_probes.probes);
});
}).catch(e => console.error(e));
}
const rootNode = dom('div',
@ -224,4 +224,4 @@ It is good practice not to run Grist as the root user.
The main page of Grist should be available.
`
},
}
};

@ -172,4 +172,4 @@ const _hostHeaderProbe: Probe = {
done: true,
};
},
}
};

Loading…
Cancel
Save