From 247f7c042fdebfc2b726add6121e02d930c42d59 Mon Sep 17 00:00:00 2001 From: Igor Kowalczyk Date: Sun, 8 Dec 2024 21:03:17 +0100 Subject: [PATCH] Format code --- src/database/patch.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/database/patch.ts b/src/database/patch.ts index 9ef34c80..5ef9abf1 100644 --- a/src/database/patch.ts +++ b/src/database/patch.ts @@ -4,7 +4,8 @@ declare global { } } -/* eslint-disable func-names */ +/* eslint-disable */ export default BigInt.prototype.toJSON = function () { return this.toString(); }; +/* eslint-enable */