Closed hburn7 closed 1 month ago
Without this change, the action /api/v1/oauth/client POST fails due to the resulting SQL containing a null rate_limit_overrides item.
/api/v1/oauth/client
POST
null
rate_limit_overrides
It seems all right 👌
No new problems were found according to the checks applied
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
Without this change, the action
/api/v1/oauth/client
POST
fails due to the resulting SQL containing anull
rate_limit_overrides
item.