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:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user