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

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
This commit is contained in:
Joe Patterson
2022-10-19 14:35:25 +10:00
committed by GitHub
parent 0f6c6e84fb
commit 6d42dfe385
@@ -318,7 +318,7 @@ export class UserEntityProvider implements EntityProvider {
this.slackTeam = options.slackTeam
}
async getAllStaff(): Promise<Staff>{
async getAllStaff(): Promise<Staff[]>{
await return axios.get(this.getStaffUrl)
}