From 7c2eac7f0e3f5920ac23a465ebaee90d454ccc51 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 19 Mar 2024 13:48:06 +0100 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Patrik Oldsberg --- .changeset/new-spoons-stare.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/new-spoons-stare.md b/.changeset/new-spoons-stare.md index 04f7ef303e..49a21b1dcd 100644 --- a/.changeset/new-spoons-stare.md +++ b/.changeset/new-spoons-stare.md @@ -1,5 +1,5 @@ --- -'@backstage/backend-app-api': minor +'@backstage/backend-app-api': patch --- -Adds an initial rate-limiting implementation so that any incoming requests that have a 'none' principal are rate-limited automatically. +Adds an initial rate-limiting implementation so that any incoming requests that have a `'none'` principal are rate-limited automatically.