Skip to content
Snippets Groups Projects
Commit 7b0a7125 authored by Ruben Bimberg's avatar Ruben Bimberg :computer:
Browse files

Fix missing semicolon

parent bf9e31b0
Branches
No related merge requests found
Pipeline #137897 failed with stages
in 30 minutes and 46 seconds
......@@ -173,7 +173,7 @@ Meteor.methods({
let cardset = Cardsets.findOne({_id: cardset_id});
if (!cardset) {
return
return;
}
let leitnerLearningWorkload = LeitnerLearningWorkloadUtilities.getActiveWorkload(cardset_id, Meteor.userId());
if (!leitnerLearningWorkload) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment