Fix PR comments

Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
Jonathan Mezach
2022-11-29 13:14:29 +00:00
parent aa82f15b65
commit eaccf6d628
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-azure-devops-backend': patch
---
Updated installation documentation
+1 -1
View File
@@ -49,7 +49,7 @@ Here's how to get the backend up and running:
return createRouter({
logger: env.logger,
config: env.config,
reader: env.reader
reader: env.reader,
});
}
```