Skip to content

Commit 77da4e5

Browse files
committed
fix a typo
1 parent f904102 commit 77da4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/ruby/find-inactive-members/find_inactive_members.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def issue_activity(repo, date=@date)
135135
info "...Issues"
136136
@client.list_issues(repo, { :since => date }).each do |issue|
137137
# if there's no user (ghost user?) then skip this // THIS NEEDS BETTER VALIDATION
138-
if comment["user"].nil?
138+
if issue["user"].nil?
139139
next
140140
end
141141
# if creator is a member of the org and not active, make active

0 commit comments

Comments
 (0)