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