Skip to content

Commit

Permalink
ignore lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Mar 1, 2021
1 parent 4612670 commit 8e84b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/platform/azure/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ async function getUserIds(users: string[]): Promise<User[]> {
const members = await Promise.all(
teams.map(
async (t) =>
/* eslint-disable no-return-await */
/* eslint-disable no-return-await,@typescript-eslint/return-await */
await azureApiCore.getTeamMembersWithExtendedProperties(
repo.project.id,
t.id
Expand Down

0 comments on commit 8e84b9f

Please sign in to comment.