Skip to content

Commit

Permalink
fix(cleanup): Let default user be set for job request
Browse files Browse the repository at this point in the history
  • Loading branch information
AAAlinaaa committed Dec 6, 2023
1 parent 7f56487 commit 8500f18
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public void scheduleStaleIssueRemoval(ServiceProvider context, List<String> reso
JobRequests.prepareSchedule()
.setRequest(request)
.setDescription(description)
.setUser(context.service(User.class).getUserId())
.setAutoClean(true)
.setSchedulingRule(VALIDATION_ISSUE_CLEANUP_RULE)
.build()
Expand Down

0 comments on commit 8500f18

Please sign in to comment.