Skip to content

Commit

Permalink
linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfganggreschus committed Nov 25, 2023
1 parent fe75635 commit b9f076a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { NotFoundError } from '@mikro-orm/core';
import { EntityManager, ObjectId } from '@mikro-orm/mongodb';
import { Test, TestingModule } from '@nestjs/testing';
import { MatchCreator, SystemEntity, User } from '@shared/domain/entity';
import { SortOrder } from '@shared/domain/interface';
import {
cleanupCollections,
importUserFactory,
Expand Down
1 change: 1 addition & 0 deletions apps/server/src/shared/repo/user/user.scope.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { User } from '@shared/domain/entity';
import { EntityId } from '@shared/domain/types';
import { Scope } from '@shared/repo';

export class UserScope extends Scope<User> {
isOutdated(isOutdated?: boolean): UserScope {
if (isOutdated !== undefined) {
Expand Down

0 comments on commit b9f076a

Please sign in to comment.