This commit is contained in:
2026-04-27 11:11:47 +02:00
parent a84f600fa2
commit 858932f260

View File

@@ -169,8 +169,7 @@ describe("Test OrderRepository", {}, (ctx) => {
conditions: {
status: "-eq 'pending'",
retry_count: "-gte 2",
webhook_host: "-eq NULL"
webhook_host: "-null NULL"
}
}
//@ts-expect-error