mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
fix session.js
This commit is contained in:
parent
f280d1d8df
commit
292a9773fc
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module.exports.Status = keyMirror({
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports.getInitialState = function (){
|
module.exports.getInitialState = function (){
|
||||||
return {status: module.exports.Status.NOT_FETCHED, results:{}};
|
return {status: module.exports.Status.NOT_FETCHED, session:{}};
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports.sessionReducer = function (state, action) {
|
module.exports.sessionReducer = function (state, action) {
|
||||||
|
|
Loading…
Reference in a new issue