Skip to content

Commit

Permalink
fix: mongodb.ts file not removing mongoose-autopopulate library bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hankaibo authored Oct 12, 2024
1 parent 1e67183 commit 597b849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .install-scripts/scripts/remove-mongodb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const removeMongoDb = async () => {
replace: '',
},
{
find: /\s*\"mongoose\":.*/g,
find: /\s*\"mongoose(-autopopulate)?\":.*/g,
replace: '',
},
{
Expand Down

0 comments on commit 597b849

Please sign in to comment.