From d36014200549cf73a7f22c6f94fb15bec17823e8 Mon Sep 17 00:00:00 2001 From: Vika Date: Mon, 29 Jan 2024 07:08:21 +0300 Subject: lint: no extra whitespace on line endings --- companion-lite/src/micropub_api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'companion-lite/src/micropub_api.ts') diff --git a/companion-lite/src/micropub_api.ts b/companion-lite/src/micropub_api.ts index fa1c431..c863256 100644 --- a/companion-lite/src/micropub_api.ts +++ b/companion-lite/src/micropub_api.ts @@ -44,7 +44,7 @@ export class Micropub { readonly token: string readonly micropub_endpoint: URL private config_response: MicropubConfig | null - + constructor({ endpoint, token }: { endpoint: URL, token: string }) { this.micropub_endpoint = endpoint; this.token = token; -- cgit 1.4.1