mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-02 03:08:57 -07:00
work on user api
This commit is contained in:
@@ -254,7 +254,7 @@ func (c Client) GetHistoryItemList(ctx context.Context) ([]types.HistoryItemList
|
||||
if jerr != nil {
|
||||
return []types.HistoryItemList{}, jerr
|
||||
}
|
||||
return []types.HistoryItemList{}, err
|
||||
return history.History, err
|
||||
|
||||
default:
|
||||
return []types.HistoryItemList{}, errors.Join(err, ErrUnspecified)
|
||||
|
||||
Reference in New Issue
Block a user