Skip to content

Commit

Permalink
[backend] Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Oct 17, 2024
1 parent b200a73 commit d33952a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public ExecutionProcess process(@NotNull final Execution execution, @NotNull fin
boolean encrypted = content.isEncrypted();
users.forEach(userInjectContext -> {
try {
// Put the challenges variables in the injection context
// Put the articles variables in the injection context
List<ArticleVariable> articleVariables = articles.stream()
.map(article -> new ArticleVariable(article.getId(), article.getName(),
buildArticleUri(userInjectContext, article)))
Expand Down

0 comments on commit d33952a

Please sign in to comment.