Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei397 committed Oct 28, 2024
1 parent df05023 commit 0d2f684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export class Model<T extends Document> {
if (!doc) {
return;
}
const { remainOriginId, populates, projection } = options || {};
const { remainOriginId, populates } = options || {};
this.transferId(doc, remainOriginId);
const params = this.getPopulateParams();
if (!params) {
Expand Down

0 comments on commit 0d2f684

Please sign in to comment.