Your app is crashing. Here's the latest log:
Errors prevented startup:
While building for os.linux.x86_64:
server/obcine.js:186:58: /opt/meteor/miteam/server/obcine.js: Unexpected token, expected "," (186:58)
184 | if (clen.glasovanje_type === "glasovanje") {
185 | var comments = Comments.find({type: "vote", aid: clen._id}, {fields: {uid: 1, poll: 1, date: 1}}).fetch() || [];
> 186 | var c = await comments.mapAsync(asyncfunction(e){
| ^
187 | const user = await Meteor.users.findOneAsync({_id: e.uid}, {fields: {"profile.name": 1}});
188 | return {"Ime": user && user.profile && user.profile.name || "Nima imena", "Glas": e.poll, "Čas glasovanja": e.date}
189 | });
Your application has errors. Waiting for file change.