Skip to content

Commit

Permalink
Merge pull request #93 from bastelfreak/bugfi
Browse files Browse the repository at this point in the history
RepoStatusWorker: explicitly return `data` in check_metadatas
  • Loading branch information
bastelfreak authored Oct 5, 2019
2 parents 1252a3e + 1b57ece commit 345a5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/repo_status_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def validate_metadatas(data, metadatas)
rescue NoMethodError
data.modules_without_operatingsystems_support << repo
end
data
end
data
end

# Categorizes repository based on their locally cached information
Expand Down

0 comments on commit 345a5fb

Please sign in to comment.