@event-driven-io/emmett-postgresql 0.42.0-beta.3 → 0.42.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -616,7 +616,7 @@ var reactor = (options) => {
|
|
|
616
616
|
for (const message2 of messages) {
|
|
617
617
|
if (wasMessageHandled(message2, lastCheckpoint)) continue;
|
|
618
618
|
if (canHandle !== void 0 && !canHandle.includes(message2.type))
|
|
619
|
-
|
|
619
|
+
continue;
|
|
620
620
|
const messageProcessingResult = await eachMessage(message2, context);
|
|
621
621
|
if (checkpoints) {
|
|
622
622
|
const storeCheckpointResult = await checkpoints.store(
|