Question about best practices to revoking a JWT
1 pointsby mimg1 comments
let e1 = {
return "e1 called!"
}
let e2 = -> {
return "e2 called!"
}
e1() has expected behavior but e2() does not and e2()() has expected behavior. Not sure why?