mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-22 13:48:37 +00:00
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
|
|
module.exports = function(user) {
|
||
|
|
user.ops = null;
|
||
|
|
user.fns = null;
|
||
|
|
return user = null;
|
||
|
|
};
|