This commit is contained in:
Leifer Mendez
2022-11-19 21:17:18 +01:00
parent 0c850d47d7
commit c40c0c54bd
2 changed files with 0 additions and 13 deletions

View File

@@ -52,13 +52,6 @@ const addAnswer =
},
])
const contexts = [].concat(inCtx.contexts).concat([
{
ref: lastCtx.ref,
getCtx: () => lastCtx,
},
])
return {
...lastCtx,
ref,
@@ -66,7 +59,6 @@ const addAnswer =
json,
options,
callbacks,
contexts,
}
}