Skip to content

Commit 05095f8

Browse files
dotansimhadarkbasic
authored andcommitted
Step 4.13: Create chats collection
1 parent e70a751 commit 05095f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/server/collections/chats.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { MongoObservable } from 'meteor-rxjs';
2+
import { Chat } from '../models';
3+
4+
export const Chats = new MongoObservable.Collection<Chat>('chats');

0 commit comments

Comments
 (0)