Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Oct 15, 2021
1 parent 38390e3 commit 4fd1180
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions x-pack/plugins/uptime/public/apps/render_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ export function renderApp(
core: CoreStart,
plugins: ClientPluginsSetup,
startPlugins: ClientPluginsStart,
appMountParameters: AppMountParameters,
isDevMode: boolean
appMountParameters: AppMountParameters
) {
const {
application: { capabilities },
Expand All @@ -41,7 +40,6 @@ export function renderApp(
const canSave = (capabilities.uptime.save ?? false) as boolean;

const props: UptimeAppProps = {
isDevMode,
plugins,
canSave,
core,
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/uptime/public/state/api/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { PathReporter } from 'io-ts/lib/PathReporter';
import { isRight } from 'fp-ts/lib/Either';
import { HttpFetchQuery, HttpSetup } from 'src/core/public';
import * as t from 'io-ts';
import { startsWith } from 'lodash';
import { FETCH_STATUS, AddInspectorRequest } from '../../../../observability/public';

function isObject(value: unknown) {
Expand Down

0 comments on commit 4fd1180

Please sign in to comment.