Minor bug fixes.

This commit is contained in:
Patrick Fic
2022-11-03 10:01:22 -07:00
parent b3ed9106f0
commit d0bd2aeaba
3 changed files with 4 additions and 2 deletions

View File

@@ -254,8 +254,8 @@ exports.PbsExportAp = async function (socket, { billids, txEnvelope }) {
error: AccountPostingChange.Message,
});
}
socket.emit("ap-export-complete");
}
socket.emit("ap-export-complete");
};
async function MarkApExported(socket, billids) {