From 26e0726e134a0d02fe5e864cce830660608a2162 Mon Sep 17 00:00:00 2001 From: gekkedev <17025257+gekkedev@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:36:32 +0000 Subject: [PATCH] typo in path --- src/api/model/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/model/index.ts b/src/api/model/index.ts index fd985c98a..4a7cff578 100644 --- a/src/api/model/index.ts +++ b/src/api/model/index.ts @@ -28,7 +28,7 @@ export { LiveLocation } from './live-location'; export { ContactStatus } from './contact-status'; export { GroupCreation } from './group-creation'; export { WhatsappProfile } from './whatsapp-profile'; -export { IncomingCall } from '.incoming-call'; +export { IncomingCall } from './incoming-call'; export * from './result'; export * from './get-messages-param'; export * from './initializer';