Skip to content

Commit

Permalink
fix: PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
netanelC committed Oct 30, 2024
1 parent 7e0db06 commit 10029e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ function loadPromClient(): void {
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
promClient = require('prom-client');
} catch (error) {
console.log('error', error);

throw createConfigError('promClientNotInstalledError', 'prom-client is not installed and metrics was initialized', error as Error);
}
}
Expand Down
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { typeSymbol } from '@map-colonies/schemas/build/schemas/symbol';
import { JSONSchemaType } from 'ajv';
import { initial } from 'lodash';
import type { Registry } from 'prom-client';

type Prettify<T> = {
Expand Down

0 comments on commit 10029e4

Please sign in to comment.