Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
salemxd committed Apr 17, 2024
1 parent 9ed4f22 commit 10762b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/identitiesInRepo/identitiesInRepoService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export class IdentitiesInRepoService {

for await (const { data: page } of iterator) {
for (const user of page) {
console.log(user)
if (user.permissions!.admin) {

Check warning on line 30 in src/identitiesInRepo/identitiesInRepoService.ts

View workflow job for this annotation

GitHub Actions / build

Forbidden non-null assertion
numberOfAdmins++;
} else if (user.permissions!.maintain!) {

Check warning on line 32 in src/identitiesInRepo/identitiesInRepoService.ts

View workflow job for this annotation

GitHub Actions / build

Forbidden non-null assertion

Check warning on line 32 in src/identitiesInRepo/identitiesInRepoService.ts

View workflow job for this annotation

GitHub Actions / build

Forbidden non-null assertion
Expand Down

0 comments on commit 10762b4

Please sign in to comment.