diff LazyBear/Views/Home/HomeView.swift @ 437:5ca468751db2

Change init to initial
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sun, 20 Jun 2021 12:58:52 +0200
parents 4effac4733b0
children 417148200aaf
line wrap: on
line diff
--- a/LazyBear/Views/Home/HomeView.swift	Sun Jun 20 12:58:38 2021 +0200
+++ b/LazyBear/Views/Home/HomeView.swift	Sun Jun 20 12:58:52 2021 +0200
@@ -65,7 +65,7 @@
         } else {
             ProgressView()
                 .onAppear {
-                    home.request("https://api.lazybear.app/home/type=init", .initial)
+                    home.request("https://api.lazybear.app/home/type=initial", .initial)
                 }
 
         }