mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-19 21:21:23 -06:00
tmp: comment out user uuid del
This commit is contained in:
@@ -199,7 +199,7 @@ async function get_user(options) {
|
||||
*/
|
||||
function invalidate_cached_user (user) {
|
||||
kv.del('users:username:' + user.username);
|
||||
kv.del('users:uuid:' + user.uuid);
|
||||
// kv.del('users:uuid:' + user.uuid);
|
||||
kv.del('users:email:' + user.email);
|
||||
kv.del('users:id:' + user.id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user