You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The meta#tables method expects that the response of the API is a hash with a tables key. But the response is an Array. Because the method is expecting this key to be present, the following error occurs when you use this method:
TypeError: no implicit conversion of Symbol into Integer
Expected behavior
No error happens and you can get the tables array.
Description
The
meta#tables
method expects that the response of the API is a hash with atables
key. But the response is an Array. Because the method is expecting this key to be present, the following error occurs when you use this method:TypeError: no implicit conversion of Symbol into Integer
Expected behavior
No error happens and you can get the tables array.
How To Reproduce
Potential solution
Remove the
[:tables]
part in themeta#tables
method.The text was updated successfully, but these errors were encountered: