Skip to content

Commit

Permalink
Step 3.13: Created Collections
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent 5ee60e0 commit 579d0f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/collections/whatsapp-collections.ts
@@ -0,0 +1,4 @@
import { MongoObservable } from "meteor-rxjs";

export const Chats = new MongoObservable.Collection("chats");
export const Messages = new MongoObservable.Collection("messages");

0 comments on commit 579d0f4

Please sign in to comment.