mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
I don't need i
This commit is contained in:
parent
e2098822eb
commit
4c1678ef5c
@ -499,7 +499,7 @@ module MicrosoftPatch
|
||||
# @param j [Hash] JSON data from Google.
|
||||
# @return [Fixnum]
|
||||
def get_next_index(j)
|
||||
i = j['queries']['nextPage'] ? j['queries']['nextPage'].first['startIndex'] : 0
|
||||
j['queries']['nextPage'] ? j['queries']['nextPage'].first['startIndex'] : 0
|
||||
end
|
||||
|
||||
# @!attribute api_key
|
||||
|
Loading…
Reference in New Issue
Block a user