Skip to content

Commit

Permalink
Update MongoosePlugin.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kingchang authored Nov 19, 2024
1 parent f4280f5 commit 7381125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/MongoosePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class MongoosePlugin implements SwPlugin {
};
}
});

} else if (ret && typeof ret.then === 'function') {
// generic Promise check
ret = wrapPromise(span, ret);
Expand Down

0 comments on commit 7381125

Please sign in to comment.