github-advanced-security[bot] commented on code in PR #18226:
URL:
https://github.com/apache/dolphinscheduler/pull/18226#discussion_r3206530514
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/SchedulerService.java:
##########
@@ -125,7 +123,7 @@
* @param schedule schedule expression
* @return the next five fire time
*/
- Map<String, Object> previewSchedule(User loginUser, String schedule);
+ List<String> previewSchedule(User loginUser, String schedule);
Review Comment:
## CodeQL / Useless parameter
The parameter 'loginUser' is never used.
[Show more
details](https://github.com/apache/dolphinscheduler/security/code-scanning/5768)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]