From 6d42dfe385bc165e51fcd99838a1c65c7a80c10f Mon Sep 17 00:00:00 2001 From: Joe Patterson Date: Wed, 19 Oct 2022 14:35:25 +1000 Subject: [PATCH] Update docs/features/software-catalog/external-integrations.md Co-authored-by: Patrik Oldsberg Signed-off-by: Joe Patterson --- 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 a93e77dc00..57ee9baf25 100644 --- a/docs/features/software-catalog/external-integrations.md +++ b/docs/features/software-catalog/external-integrations.md @@ -318,7 +318,7 @@ export class UserEntityProvider implements EntityProvider { this.slackTeam = options.slackTeam } - async getAllStaff(): Promise{ + async getAllStaff(): Promise{ await return axios.get(this.getStaffUrl) }