From d7f7f6faac34ccc7749ee1c76cc2cc63ffc3e9fb Mon Sep 17 00:00:00 2001 From: Alisson Fabiano Date: Fri, 14 Oct 2022 11:51:42 +0100 Subject: [PATCH] Adjust description changeset Signed-off-by: Alisson Fabiano --- .changeset/brown-days-pretend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/brown-days-pretend.md b/.changeset/brown-days-pretend.md index 5f45349a55..de4363e5aa 100644 --- a/.changeset/brown-days-pretend.md +++ b/.changeset/brown-days-pretend.md @@ -2,4 +2,4 @@ '@backstage/plugin-tech-insights': minor --- -Fixed bug that when sending data by Post, the default context type used was `plain/text` +Fixed bug when sending data by Post in `runChecks` and `runBulkChecks` functions of the `TechInsightsClient` class, the default `Content-Type` used was `plain/text`