From e38d21208293f85a93f06544c935bf1faf743851 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8C=84=20hash.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/hash.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/hash.ts b/src/utils/hash.ts index 36d8f84..ef60e0a 100644 --- a/src/utils/hash.ts +++ b/src/utils/hash.ts @@ -44,3 +44,4 @@ export function hashPair(a: string, b: string): string { .update(b) .digest('hex') } +