bug fix /activity/list crash

FFIB %!s(int64=5) %!d(string=hace) años
padre
commit
8cdad87457
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/member_views.py

+ 1 - 1
api/member_views.py

@@ -177,7 +177,7 @@ def activity_list(request):
177 177
         if act.is_slider:
178 178
             banners.append(act.data)
179 179
         else:
180
-            goods.append(act.data)
180
+            activitys.append(act.data)
181 181
 
182 182
     return response(200, data={
183 183
         'banners': banners,