more test fixes
This commit is contained in:
parent
34b1be5bcd
commit
b0ea7a5aa7
1 changed files with 2 additions and 1 deletions
|
|
@ -311,7 +311,8 @@ function process<Def extends Definition>(
|
||||||
|
|
||||||
const projector = projectors.get(def)
|
const projector = projectors.get(def)
|
||||||
if (!projector) {
|
if (!projector) {
|
||||||
throw new Error(`Projector not found for event: ${def.type}`)
|
if (!def.type.includes("next")) throw new Error(`Projector not found for event: ${def.type}`)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
Database.transaction((tx) => {
|
Database.transaction((tx) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue