Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 28, 2021
1 parent c05e7f6 commit 1be924d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/typescript/populate.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Schema, model, Document, PopulatedDoc } from 'mongoose';
// Use the mongodb ObjectId to make instanceof calls possible
import { ObjectId } from "mongodb";
import { ObjectId } from 'mongodb';

interface Child {
name: string;
Expand Down

0 comments on commit 1be924d

Please sign in to comment.