diff --git a/src/mappings/twins.ts b/src/mappings/twins.ts index fa954f7..da57086 100644 --- a/src/mappings/twins.ts +++ b/src/mappings/twins.ts @@ -37,6 +37,7 @@ export async function twinUpdated( savedTwin.relay = twin.relay savedTwin.publicKey = twin.pk savedTwin.gridVersion = twin.version + savedTwin.accountID = twin.accountID await ctx.store.save(savedTwin) }