mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-10-30 19:43:39 +00:00 
			
		
		
		
	xo: Fix @typescript-eslint/parameter-properties.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		| @@ -10,13 +10,11 @@ const logger = new Logger({ | ||||
| }); | ||||
|  | ||||
| export default class ReconnectUtil { | ||||
|   webview: WebView; | ||||
|   url: string; | ||||
|   alreadyReloaded: boolean; | ||||
|   fibonacciBackoff: backoff.Backoff; | ||||
|  | ||||
|   constructor(webview: WebView) { | ||||
|     this.webview = webview; | ||||
|     this.url = webview.props.url; | ||||
|     this.alreadyReloaded = false; | ||||
|     this.fibonacciBackoff = backoff.fibonacci({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user