Merge pull request #8978 from backstage/freben/rrreadme

Update tech-radar readme
This commit is contained in:
Ben Lambert
2022-01-18 07:55:57 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-radar': patch
---
Update readme
+1 -1
View File
@@ -85,7 +85,7 @@ import {
TechRadarLoaderResponse,
} from '@backstage/plugin-tech-radar';
class MyOwnClient implements TechRadarApi {
export class MyOwnClient implements TechRadarApi {
async load(id: string | undefined): Promise<TechRadarLoaderResponse> {
// if needed id prop can be used to fetch the correct data