twitter: fix followers_count properties

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2024-10-23 10:59:48 +02:00
parent 101a18b1e6
commit 28891723d3
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -42,7 +42,7 @@
"following_count": {
"type": [ "null", "number" ]
},
"follower_count": {
"followers_count": {
"type": [ "null", "number" ]
},
"listed_count": {