fix: remove duplicate return statement in ProblemYearlyACRateAPI
This commit is contained in:
@@ -329,4 +329,3 @@ class ProblemYearlyACRateAPI(APIView):
|
|||||||
|
|
||||||
cache.set(cache_key, data, 3600)
|
cache.set(cache_key, data, 3600)
|
||||||
return self.success(data)
|
return self.success(data)
|
||||||
return self.success(result)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user