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