Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Dec 8, 2024
1 parent 22d6799 commit 247f7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/database/patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ declare global {
}
}

/* eslint-disable func-names */
/* eslint-disable */
export default BigInt.prototype.toJSON = function () {
return this.toString();
};
/* eslint-enable */

0 comments on commit 247f7c0

Please sign in to comment.