0maru / twitter_login

MIT License
54 stars 54 forks source link

fix migrate for getUserDataV2 #94

Closed katsuyax closed 2 years ago

katsuyax commented 2 years ago

93

We were getting the following error type 'String' is not a subtype of type 'int' in type cast

So I tried to convert 'id' to int.

@0maru Can you review it?