chore: Use integrationError instead of automatischError
This commit is contained in:
@@ -53,8 +53,8 @@ export default class SearchTweets {
|
||||
headers: { ...authHeader },
|
||||
});
|
||||
|
||||
if (response.automatischError) {
|
||||
tweets.error = response.automatischError;
|
||||
if (response.integrationError) {
|
||||
tweets.error = response.integrationError;
|
||||
return tweets;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user