Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Sep 13, 2022
1 parent 823f3a4 commit 9b4aa06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/fleet/common/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import type { FleetErrorType } from './types';

/* eslint-disable max-classes-per-file */
export class IngestManagerError extends Error {
attributes?: { type: FleetErrorType };
constructor(message?: string, public readonly meta?: unknown) {
Expand Down

0 comments on commit 9b4aa06

Please sign in to comment.