fix import/export
This commit is contained in:
parent
f5625b6b59
commit
c8675f5cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -522,7 +522,7 @@ module.exports = {
|
|||
onIncomingMessages,
|
||||
onOutgoing,
|
||||
getCurrentOutgoings,
|
||||
onSimplerReceivedRequests: require('./onReceivedReqs'),
|
||||
onSimplerReceivedRequests: require('./onReceivedReqs').onReceivedReqs,
|
||||
onSimplerSentRequests: require('./onSentReqs').onSentReqs,
|
||||
getCurrentSentReqs: require('./onSentReqs').getCurrentSentReqs,
|
||||
onBio,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue