typo
This commit is contained in:
parent
e6aeeac369
commit
08763cf7d5
|
|
@ -44,7 +44,7 @@ func CreateIssueDependency(user *User, issue, dep *Issue) (exists, circular bool
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// If it not exists, create it, otherwiseshow an error message
|
// If it not exists, create it, otherwise show an error message
|
||||||
if !exists && !circular {
|
if !exists && !circular {
|
||||||
newIssueDependency := &IssueDependency{
|
newIssueDependency := &IssueDependency{
|
||||||
UserID: user.ID,
|
UserID: user.ID,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user