質問編集履歴

2

コードの誤植を修正しました

2019/01/30 09:58

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -14,11 +14,11 @@
14
14
 
15
15
  ```
16
16
 
17
- await Content.create([ name: 'Example1', status: 'public'});
17
+ await Content.create({name: 'Example1', status: 'public'});
18
18
 
19
- await Content.create([ name: 'Example2', status: 'public'});
19
+ await Content.create({name: 'Example2', status: 'public'});
20
20
 
21
- await Content.create([ name: 'Example3', status: 'draft'});
21
+ await Content.create({name: 'Example3', status: 'draft'});
22
22
 
23
23
  ```
24
24
 

1

タイトルを詳細にしました

2019/01/30 09:58

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- MongoDB | aggregation について
1
+ MongoDB | aggregation の返り値について
test CHANGED
File without changes