mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-06-07 14:28:50 +00:00
Remove test value
This commit is contained in:
parent
d9b166339d
commit
0f98337a13
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class TimelineViewModel: ObservableObject, StatusesFetcher {
|
||||||
pendingStatusesObserver?.pendingStatuses = []
|
pendingStatusesObserver?.pendingStatuses = []
|
||||||
statusesState = .loading
|
statusesState = .loading
|
||||||
statuses = try await client.get(endpoint: timeline.endpoint(sinceId: nil,
|
statuses = try await client.get(endpoint: timeline.endpoint(sinceId: nil,
|
||||||
maxId: "109762933377057565",
|
maxId: nil,
|
||||||
minId: nil,
|
minId: nil,
|
||||||
offset: statuses.count))
|
offset: statuses.count))
|
||||||
withAnimation {
|
withAnimation {
|
||||||
|
|
Loading…
Reference in a new issue