This commit is contained in:
2023-02-04 13:48:37 +11:00
parent 2327b21e98
commit 41a06c5ab5

View File

@@ -44,6 +44,10 @@ module Adamantium
})
file.close
file.unlink
puts "*" * 88
puts response.inspect
puts "*" * 88
JSON.parse(response.body).fetch(:id, nil)
end&.compact