run prettier
This commit is contained in:
@@ -71,10 +71,9 @@ import {
|
||||
AlertApiForwarder,
|
||||
ErrorApiForwarder,
|
||||
ErrorAlerter,
|
||||
ConfigApi
|
||||
ConfigApi,
|
||||
} from '@backstage/core';
|
||||
|
||||
|
||||
const apis = (config: ConfigApi) => {
|
||||
const builder = ApiRegistry.builder();
|
||||
|
||||
@@ -84,7 +83,7 @@ const apis = (config: ConfigApi) => {
|
||||
// The error API uses the alert API to send error notifications to the user.
|
||||
builder.add(errorApiRef, new ErrorAlerter(alertApi, new ErrorApiForwarder()));
|
||||
return builder.build();
|
||||
}
|
||||
};
|
||||
|
||||
const app = createApp({
|
||||
apis,
|
||||
|
||||
Reference in New Issue
Block a user