Skip to content
Snippets Groups Projects
Commit 3a03b5a7 authored by Chad Pilkey's avatar Chad Pilkey
Browse files

consistent naming for the slide position collection

parent e1dadf68
No related branches found
No related tags found
No related merge requests found
import { Meteor } from 'meteor/meteor';
const Slides = new Mongo.Collection('slides');
const SlidePositions = new Mongo.Collection('slidePositions');
const SlidePositions = new Mongo.Collection('slide-positions');
if (Meteor.isServer) {
// types of queries for the slides:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment