mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 13:18:53 +00:00
Remove unneeded return statement
This commit is contained in:
parent
6ec864ea4e
commit
40cee42e03
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ let mysterySets = {
|
|||
};
|
||||
|
||||
each(mysterySets, (value, key) => {
|
||||
return value.key = key;
|
||||
value.key = key;
|
||||
});
|
||||
|
||||
export default mysterySets;
|
||||
|
|
|
|||
Loading…
Reference in a new issue