Fixed comment
This commit is contained in:
parent
1f0bac04c7
commit
d29ca0c9f3
|
|
@ -89,7 +89,7 @@ func RemoveIssueDependency(user *User, issue *Issue, dep *Issue, depType Depende
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
// If it exists, remove it, otherwise show an error message
|
// If it exists, remove it
|
||||||
if exists {
|
if exists {
|
||||||
|
|
||||||
var issueDepToDelete IssueDependency
|
var issueDepToDelete IssueDependency
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user