Skip to content

Commit

Permalink
typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev committed Jun 11, 2024
1 parent 76baaca commit 26e0726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/model/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 26e0726

Please sign in to comment.