mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 18:21:00 +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 = []
|
||||
statusesState = .loading
|
||||
statuses = try await client.get(endpoint: timeline.endpoint(sinceId: nil,
|
||||
maxId: "109762933377057565",
|
||||
maxId: nil,
|
||||
minId: nil,
|
||||
offset: statuses.count))
|
||||
withAnimation {
|
||||
|
|
Loading…
Reference in a new issue