ziwen há 2 anos atrás
pai
commit
f3e9804b23
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      services/task.go

+ 1 - 1
services/task.go

@@ -35,7 +35,7 @@ func RefreshData(cont context.Context) (err error) {
 }
 
 func RefreshEic(cont context.Context) (err error) {
-	SyncStorageFromEic()
+	SyncStorageFromEicV2()
 	return
 }