mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
resolved version conflicts
This commit is contained in:
commit
1ad7ce4f4c
1 changed files with 2 additions and 2 deletions
|
@ -174,9 +174,9 @@ module.exports.setCuratedStudios = items => ({
|
|||
items: items
|
||||
});
|
||||
|
||||
module.exports.addToProjectStudios = studioId => ({
|
||||
module.exports.addToProjectStudios = studioStub => ({
|
||||
type: 'ADD_TO_PROJECT_STUDIOS',
|
||||
studioId: studioId
|
||||
studioStub: studioStub
|
||||
});
|
||||
|
||||
module.exports.removeFromProjectStudios = studioId => ({
|
||||
|
|
Loading…
Reference in a new issue