twitter: fix followers_count properties
Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
101a18b1e6
commit
28891723d3
|
@ -10,7 +10,7 @@ data:
|
|||
connectorSubtype: api
|
||||
connectorType: source
|
||||
definitionId: 1c448bfb-8950-478c-9ae0-f03aaaf4e920
|
||||
dockerImageTag: '0.3.0'
|
||||
dockerImageTag: '0.3.1'
|
||||
dockerRepository: status-im/airbyte/source-twitter-fetcher
|
||||
githubIssueLabel: source-twitter-fetcher
|
||||
icon: twitter-fetcher.svg
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
"following_count": {
|
||||
"type": [ "null", "number" ]
|
||||
},
|
||||
"follower_count": {
|
||||
"followers_count": {
|
||||
"type": [ "null", "number" ]
|
||||
},
|
||||
"listed_count": {
|
||||
|
|
Loading…
Reference in New Issue