Explicityly wrap objects with Create activity

This commit is contained in:
Akihiko Odaki
2018-04-03 12:25:13 +09:00
parent cc3704c3e9
commit 6503beecc5
2 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,4 @@
export default object => ({
type: 'Create',
object
});