Update docs/features/software-catalog/external-integrations.md

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-09-03 09:51:36 +02:00
committed by GitHub
parent bbb018213c
commit dbd3349a43
@@ -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<Cursor, Context>
{
token: string;
private readonly token: string;
constructor(token: string) {
this.token = token;