|
@@ -2961,7 +2961,6 @@ class UserAppFrequencyView(TemplateView):
|
|
|
return response.json(404)
|
|
|
|
|
|
def do_refresh(self, request_dict, userID, response):
|
|
|
- # return response.json(0)
|
|
|
type = request_dict.get('type', None)
|
|
|
month = request_dict.get('month', None)
|
|
|
if not type or not month:
|