mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
Tidying
This commit is contained in:
parent
9e792f2e61
commit
7cb0e5884c
@ -253,8 +253,7 @@ processEventQueue logger logenv httpMgr pool getSchemaCache eeCtx@EventEngineCtx
|
||||
Tracing.runTraceTInContext
|
||||
tracingCtx
|
||||
|
||||
let meti = getEventTriggerInfoFromEvent cache e
|
||||
case meti of
|
||||
case getEventTriggerInfoFromEvent cache e of
|
||||
Nothing -> do
|
||||
-- This rare error can happen in the following known cases:
|
||||
-- i) schema cache is not up-to-date (due to some bug, say during schema syncing across multiple instances)
|
||||
|
Loading…
Reference in New Issue
Block a user