Skip to content
Snippets Groups Projects
Commit d2cb5260 authored by drastik's avatar drastik
Browse files

Add import { Cookies } to fileUpload.js.

parent 9077fa3a
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
if (UploadFS) {
const initFileStore = function() {
import { Cookies } from 'meteor/ostrio:cookies';
const cookie = new Cookies();
if (Meteor.isClient) {
document.cookie = 'rc_uid=' + escape(Meteor.userId()) + '; path=/';
......
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