mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-27 10:14:59 +03:00
[script] Correct total of App Store apps
This commit is contained in:
parent
1cb66559bd
commit
86ff851741
4
.github/osia_convert.rb
vendored
4
.github/osia_convert.rb
vendored
@ -33,9 +33,9 @@ end
|
||||
|
||||
def app_store_total(j)
|
||||
apps = j['projects']
|
||||
s = apps.select { |x| x['itunes'].nil? }
|
||||
s = apps.reject { |x| x['itunes'].nil? }
|
||||
|
||||
count = 1
|
||||
count = 1
|
||||
s.each do |x|
|
||||
tags = x['tags']
|
||||
if tags.nil?
|
||||
|
Loading…
Reference in New Issue
Block a user