mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 19:10:54 +01:00
Fix logging typo
This commit is contained in:
parent
68266afc6c
commit
549cb9cd7b
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ export const statusAPI = async (
|
||||||
conversation.timeline?.instructions?.length > 0
|
conversation.timeline?.instructions?.length > 0
|
||||||
) {
|
) {
|
||||||
console.log(
|
console.log(
|
||||||
'Tweet could not be accessed with elongator, must be private/suspende, got tweet ',
|
'Tweet could not be accessed with elongator, must be private/suspended, got tweet ',
|
||||||
tweet,
|
tweet,
|
||||||
' conversation ',
|
' conversation ',
|
||||||
conversation
|
conversation
|
||||||
|
|
Loading…
Add table
Reference in a new issue