From 2739a404794868d474a31be449ee4a51bed4ce7d Mon Sep 17 00:00:00 2001 From: charltonaustin Date: Mon, 10 Oct 2016 15:15:28 -0400 Subject: [PATCH] Removing validate annotation. --- endpoints/api/superuser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/endpoints/api/superuser.py b/endpoints/api/superuser.py index f25e04d43..e2526ac71 100644 --- a/endpoints/api/superuser.py +++ b/endpoints/api/superuser.py @@ -871,7 +871,6 @@ class SuperUserMessages(ApiResource): } @nickname('getMessages') - @validate_json_request('GetMessage') def get(self): """ Return a super users messages """ messages = list(model.message.get_messages())