From 1a721bb2427479392180c7bd479944e3a5f69609 Mon Sep 17 00:00:00 2001 From: M Ilham Ari Pahmi Date: Fri, 1 Aug 2025 05:58:46 +0700 Subject: [PATCH] fix proto import (#1653) --- src/Socket/communities.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Socket/communities.ts b/src/Socket/communities.ts index 0881a64f..ab6bd037 100644 --- a/src/Socket/communities.ts +++ b/src/Socket/communities.ts @@ -1,4 +1,4 @@ -import { proto } from '../../WAProto' +import { proto } from '../../WAProto/index.js' import { type GroupMetadata, type GroupParticipant,