kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
old-agentic
rodzic
90bf4d9d94
commit
3c2800d7ad
|
@ -280,7 +280,9 @@ export class SocialDataClient extends AIFunctionsProvider {
|
|||
const { userId } =
|
||||
typeof idOrOpts === 'string' ? { userId: idOrOpts } : idOrOpts
|
||||
|
||||
return this.ky.get(`twitter/user/${userId}`).json<socialdata.UserResponse>()
|
||||
return this._handleResponse(
|
||||
this.ky.get(`twitter/user/${userId}`).json<socialdata.UserResponse>()
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Ładowanie…
Reference in New Issue