typo
This commit is contained in:
parent
81907545b0
commit
21c9b7f577
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ const processOutgoings = async () => {
|
|||
)
|
||||
|
||||
await Utils.asyncForEach(
|
||||
Object.entries(out.messages),
|
||||
Object.entries(currentOut.messages),
|
||||
async ([msgID, msg]) => {
|
||||
if (!Schema.isMessage(msg)) {
|
||||
// incomplete data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue