work on user api

This commit is contained in:
2023-04-18 15:46:16 -07:00
parent 0b0d613b62
commit b476a5aaf9
3 changed files with 57 additions and 16 deletions

View File

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