remove unused fields

This commit is contained in:
Alexander Popov 2021-08-29 13:35:28 +03:00
parent ff9f7730c8
commit 7e77d85988
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
{ {
"appID": 6954184, "appID": 6954184,
"userIds": 69040735, "userIds": 69040735,
"secureKey": null,
"serviceKey": null,
"accessToken": null "accessToken": null
} }

View File

@ -46,7 +46,7 @@ else
# execute if an exception is raised # execute if an exception is raised
end end
begin # Missing hash key begin # Status set
if status["response"] == 1 if status["response"] == 1
puts "Complete!" puts "Complete!"
end end