mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
split user.fns
This commit is contained in:
5
common/script/fns/dotGet.js
Normal file
5
common/script/fns/dotGet.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import dotGet from '../libs/dotGet';
|
||||
|
||||
module.exports = function(user, path) {
|
||||
return dotGet(user, path);
|
||||
};
|
||||
Reference in New Issue
Block a user