Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
daneryl committed Sep 23, 2024
1 parent 2386d9f commit c014e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/api/entities.v2/database/MongoEntitiesDataSource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { EntityDBO, EntityJoinTemplate } from './schemas/EntityTypes';

export class MongoEntitiesDataSource
extends MongoDataSource<EntityDBO>
implements EntitiesDataSource {
implements EntitiesDataSource
{
protected collectionName = 'entities';

private settingsDS: MongoSettingsDataSource;
Expand Down

0 comments on commit c014e05

Please sign in to comment.