Skip to content

Commit 5bb4a61

Browse files
authored
Use correct method to filter offers by account. (#507)
1 parent df003f8 commit 5bb4a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A breaking change will get clearly marked in this log.
2424

2525
You can fetch data from this endpoint by doing `server.offers()` and use any of the following filters:
2626

27-
- `seller`: `server.offers().accountId(accountId)`
27+
- `seller`: `server.offers().forAccount(accountId)`
2828
- `buying`: `server.offers().buying(asset)`
2929
- `selling`: `server.offers().selling(asset)`
3030

0 commit comments

Comments
 (0)