From dbd3349a4321adf63e6dd0c2a4821a58aa39de62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 3 Sep 2024 09:51:36 +0200 Subject: [PATCH] Update docs/features/software-catalog/external-integrations.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/features/software-catalog/external-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/external-integrations.md b/docs/features/software-catalog/external-integrations.md index 0f64790087..69ff245169 100644 --- a/docs/features/software-catalog/external-integrations.md +++ b/docs/features/software-catalog/external-integrations.md @@ -1136,7 +1136,7 @@ If you need to pass a token to your API, then you can create a constructor that export class MyIncrementalEntityProvider implements IncrementalEntityProvider { - token: string; + private readonly token: string; constructor(token: string) { this.token = token;