fix: remove duplicate return statement in ProblemYearlyACRateAPI

This commit is contained in:
2026-05-11 00:19:37 -06:00
parent 74d5c7256d
commit 238adf441f

View File

@@ -329,4 +329,3 @@ class ProblemYearlyACRateAPI(APIView):
cache.set(cache_key, data, 3600)
return self.success(data)
return self.success(result)