diff options
Diffstat (limited to 'app/lib/backend.js')
| -rw-r--r-- | app/lib/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index b12ed54ca9..00c40fa05f 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -507,7 +507,7 @@ export class Backend { } } - _ensureAuthenticated() { + _ensureAuthenticated(): Promise<void> { const credentials = this._credentials; if(credentials) { if(!this._authenticationPromise) { |
