Skip to content

Commit

Permalink
refactor: update deprecated requestmetric middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Feb 19, 2025
1 parent cb5dab4 commit d2a346d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"waffle.middleware.WaffleMiddleware",
"django_ratelimit.middleware.RatelimitMiddleware",
"edx_django_utils.cache.middleware.TieredCacheMiddleware",
"edx_rest_framework_extensions.middleware.RequestMetricsMiddleware",
"edx_rest_framework_extensions.middleware.RequestCustomAttributesMiddleware",
"edx_rest_framework_extensions.auth.jwt.middleware.EnsureJWTAuthSettingsMiddleware",
"crum.CurrentRequestUserMiddleware",
)
Expand Down

0 comments on commit d2a346d

Please sign in to comment.