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:41 +02:00
committed by GitHub
parent dbd3349a43
commit 9da6a9457e
@@ -1158,8 +1158,7 @@ The last step is to implement the actual `next` method that will accept the curs
```ts
export class MyIncrementalEntityProvider implements IncrementalEntityProvider<Cursor, Context> {
token: string;
private readonly token: string;
constructor(token: string) {
this.token = token;