Skip to content

Commit

Permalink
refactor: update deprecated requestmetric middleware (#2706)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored Feb 21, 2025
1 parent f391d59 commit e81c0aa
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 e81c0aa

Please sign in to comment.