Skip to content
Snippets Groups Projects
Commit 69d8deda authored by Oleksandr Zhurbenko's avatar Oleksandr Zhurbenko
Browse files

Corrected the collection name

parent b2708d2a
No related branches found
No related tags found
No related merge requests found
import { check } from 'meteor/check';
import PresentationPods from '/imports/api/presentations';
import PresentationPods from '/imports/api/presentation-pods';
import Logger from '/imports/startup/server/logger';
import clearPresentations from '/imports/api/presentations/server/modifiers/clearPresentations';
......
import { check } from 'meteor/check';
import PresentationPods from '/imports/api/presentations';
import PresentationPods from '/imports/api/presentation-pods';
import Logger from '/imports/startup/server/logger';
export default function setPresenterInPod(meetingId, podId, nextPresenterId) {
......
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