Skip to content

Commit

Permalink
N21-1648 adds comment after review
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Jun 12, 2024
1 parent 0a9da76 commit 370a434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/src/modules/instance/entity/instance.entity.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Entity, Property } from '@mikro-orm/core';
import { BaseEntityWithTimestamps } from '@shared/domain/entity/base.entity';
import { BaseEntityWithTimestamps } from '@shared/domain/entity/base.entity'; // directly imported because of circular dependencies through ALL_ENTITIES
import { EntityId } from '@shared/domain/types';

export interface InstanceEntityProps {
Expand Down

0 comments on commit 370a434

Please sign in to comment.