Skip to content

Commit 1e51cef

Browse files
committed
fix: don't delete the questionID too soon
1 parent 96d4912 commit 1e51cef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/captp/lib/captp.js

-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ export function makeCapTP(ourId, rawSend, bootstrapObj = undefined, opts = {}) {
274274
} else {
275275
pr.res(unserialize(result));
276276
}
277-
questions.delete(answerID);
278277
},
279278
// Resolution to an imported promise
280279
async CTP_RESOLVE(obj) {

0 commit comments

Comments
 (0)