Skip to content

Commit

Permalink
style: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
elersong committed Jul 25, 2024
1 parent 6ae2a89 commit f2f363d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BaseFirestoreRepository.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { BaseFirestoreRepository } from './BaseFirestoreRepository';
import { Band } from '../test/BandCollection';
import { Firestore } from '@google-cloud/firestore';
import { NoMetadataError } from './Errors';
import { get } from 'http';

// eslint-disable-next-line @typescript-eslint/no-var-requires
const MockFirebase = require('mock-cloud-firestore');
Expand Down

0 comments on commit f2f363d

Please sign in to comment.