Skip to content

Commit

Permalink
solved task
Browse files Browse the repository at this point in the history
  • Loading branch information
bormaxvel committed Jul 30, 2023
1 parent 4acd79d commit e5d0895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformState.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function transformState(state, actions) {
Object.keys(state).forEach(key => delete state[key]);
break;
}
}п
}
}

module.exports = transformState;

0 comments on commit e5d0895

Please sign in to comment.