toss / nestjs-aop

A way to gracefully apply AOP to nestjs
MIT License
220 stars 24 forks source link

fix: Bind "this" to this, not target #13

Closed WhiteKiwi closed 1 year ago

WhiteKiwi commented 1 year ago

Overview

The error occurred because the target was bound, not this. WrapParams' method is in the state of binding an instance, so there was no error.