mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Remove unneeded return statement
This commit is contained in:
@@ -123,7 +123,7 @@ let mysterySets = {
|
||||
};
|
||||
|
||||
each(mysterySets, (value, key) => {
|
||||
return value.key = key;
|
||||
value.key = key;
|
||||
});
|
||||
|
||||
export default mysterySets;
|
||||
|
||||
Reference in New Issue
Block a user