Remove unneeded properties from plugin definition

Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
This commit is contained in:
Julio Zynger
2021-12-24 12:22:52 +01:00
parent f06933c3b4
commit 108a0cf2fb
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -24,7 +24,6 @@ import {
export const gocdApiRef = createApiRef<GoCdApi>({
id: 'plugin.gocd.service',
description: 'Used by the GoCD plugin to retrieve information about builds.',
});
export const gocdPlugin = createPlugin({
+1 -1
View File
@@ -16,5 +16,5 @@
import { createRouteRef } from '@backstage/core-plugin-api';
export const rootRouteRef = createRouteRef({
title: 'gocd',
id: 'gocd',
});