mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
fix: Use module.exports instead of export default
This commit is contained in:
@@ -448,4 +448,4 @@ api.leaveQuest = {
|
||||
},
|
||||
};
|
||||
|
||||
export default api;
|
||||
module.exports = api;
|
||||
|
||||
Reference in New Issue
Block a user