File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
22name : tfchain-processor
33description : A chart for the tfchain graphql processor and query node
44version : 1.0.4
5- appVersion : " 2.1.2 "
5+ appVersion : " 2.1.3 "
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export async function entityUpdated(ctx: EventHandlerContext) {
4646export async function entityDeleted ( ctx : EventHandlerContext ) {
4747 const entityDeletedEvent = new TfgridModuleEntityDeletedEvent ( ctx ) . asV9
4848
49- const savedEntity = await ctx . store . get ( Entity , { where : { entityId : entityDeletedEvent } } )
49+ const savedEntity = await ctx . store . get ( Entity , { where : { entityID : entityDeletedEvent } } )
5050
5151 if ( savedEntity ) {
5252 ctx . store . remove ( savedEntity )
You can’t perform that action at this time.
0 commit comments