diff options
Diffstat (limited to 'Hotline/iOS')
| -rw-r--r-- | Hotline/iOS/NewsView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/iOS/NewsView.swift b/Hotline/iOS/NewsView.swift index 6d3ad45..460dcd3 100644 --- a/Hotline/iOS/NewsView.swift +++ b/Hotline/iOS/NewsView.swift @@ -220,7 +220,7 @@ struct NewsView: View { } .task { if !fetched { - let _ = await model.getNewsList() + await model.getNewsList() fetched = true } } |