diff options
Diffstat (limited to 'src/modules/person')
| -rw-r--r-- | src/modules/person/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/person/index.ts b/src/modules/person/index.ts index af954d54..2e443c3e 100644 --- a/src/modules/person/index.ts +++ b/src/modules/person/index.ts @@ -65,6 +65,7 @@ export class PersonModule { if (name === 'constructor' || typeof this[name] !== 'function') { continue; } + this[name] = this[name].bind(this); } } |
