From 2d93e6f14a5ba976f87b71202bc4e011e38ee823 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Sat, 31 Dec 2022 12:22:38 +0100 Subject: chore: turn on padding-line-between-statements (#1691) --- src/modules/database/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/database') diff --git a/src/modules/database/index.ts b/src/modules/database/index.ts index d0985c53..922f4b0e 100644 --- a/src/modules/database/index.ts +++ b/src/modules/database/index.ts @@ -10,6 +10,7 @@ export class DatabaseModule { if (name === 'constructor' || typeof this[name] !== 'function') { continue; } + this[name] = this[name].bind(this); } } -- cgit v1.2.3