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(
|
await Utils.asyncForEach(
|
||||||
Object.entries(out.messages),
|
Object.entries(currentOut.messages),
|
||||||
async ([msgID, msg]) => {
|
async ([msgID, msg]) => {
|
||||||
if (!Schema.isMessage(msg)) {
|
if (!Schema.isMessage(msg)) {
|
||||||
// incomplete data
|
// incomplete data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue