Update docs/features/software-catalog/external-integrations.md
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user