mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Make linter happy
This commit is contained in:
parent
f340c0d484
commit
46738deafd
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ export class App {
|
|||
result.push(server);
|
||||
}
|
||||
} catch (e) {
|
||||
if (e instanceof HttpError && e.getStatusCode() == 403) {
|
||||
if (e instanceof HttpError && e.getStatusCode() === 403) {
|
||||
// listServers() throws an HTTP 403 if the outline project has been
|
||||
// created but the billing account has been removed, which can
|
||||
// easily happen after the free trial period expires. This is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue