decred / politeia

ISC License
110 stars 75 forks source link

user/mysql: Fix session delete bug. #1681

Open lukebp opened 1 year ago

lukebp commented 1 year ago

Closes #1680.

This fixes a bug that was preventing sessions from being deleted from the user database. The delete statement arguments were not being passed to the driver properly.

This bug was introduced by 0b1982a48.