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) }