Skip to content

Commit

Permalink
change invalid import
Browse files Browse the repository at this point in the history
Co-authored-by: WojciechGrancow <[email protected]>
  • Loading branch information
bn-pass and WojciechGrancow authored Nov 8, 2023
1 parent a5180ae commit e1c9312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ObjectId } from '@mikro-orm/mongodb';
import { ObjectId } from 'bson';
import { DeletionRequestOutput } from '../interface';
import { DeletionRequestOutputBuilder } from './deletion-request-output.builder';

Expand Down

0 comments on commit e1c9312

Please sign in to comment.