From 6c878823523adcca35fd8b43e7fecea5abbb4877 Mon Sep 17 00:00:00 2001 From: Isabel Tomb Date: Wed, 18 Dec 2024 15:32:23 -0600 Subject: [PATCH] Update .changeset/twenty-laws-tie.md Co-authored-by: Ben Lambert Signed-off-by: Isabel Tomb --- .changeset/twenty-laws-tie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/twenty-laws-tie.md b/.changeset/twenty-laws-tie.md index a1f9e88e57..02e6fca70c 100644 --- a/.changeset/twenty-laws-tie.md +++ b/.changeset/twenty-laws-tie.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-backend': patch --- -Updated condition in resolveCodeOwner to fix a bug where normalizeCodeOwner could potentially be called with an invalid arg causing an error in CodeOwnersProcessor. +Updated condition in `resolveCodeOwner` to fix a bug where `normalizeCodeOwner` could potentially be called with an invalid argument causing an error in `CodeOwnersProcessor`