commit 676834bdc29c095c335d9449bd0954a05e8ddc21 parent ba47b99bb3dd00ea07235cabf94ea6e574fbbf75 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Wed, 15 Apr 2026 13:39:12 +0530 Merge branch 'main' of https://github.com/notamitgamer/mojic Diffstat:
| A | .github/CODEOWNERS | | | 1 | + |
| M | lib/CipherEngine.js | | | 3 | +-- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @notamitgamer diff --git a/lib/CipherEngine.js b/lib/CipherEngine.js @@ -454,4 +454,4 @@ export class CipherEngine { } return buf; } -}- \ No newline at end of file +}