mirror of
https://github.com/cheveguerra/api-whatsapp-ts.git
synced 2026-04-20 12:49:25 +00:00
continue
This commit is contained in:
9
src/bot/infrastructure/repositories/event2.repository.ts
Normal file
9
src/bot/infrastructure/repositories/event2.repository.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import EventEmitter2, { event, Listener, ListenerFn, OnOptions } from "eventemitter2";
|
||||
import EventRepository from "../../domain/repositories/events.repository";
|
||||
|
||||
export default class Event2 extends EventEmitter2 implements EventRepository {
|
||||
onMsg(payload: any): Event {
|
||||
throw new Error("Method not implemented.");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user