Merge pull request #1267 from trheyi/main

Remove unnecessary blank line in HasJobAccess function for cleaner code.
This commit is contained in:
Max 2025-11-05 14:23:02 +08:00 committed by GitHub
commit 94933cdb81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,4 +87,3 @@ func HasJobAccess(c *gin.Context, authInfo *types.AuthorizedInfo, jobInstance *j
// No constraints means access is allowed
return true
}