[skip ci] Fix typo
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-02-18 22:42:47 +01:00
parent 09eaf16d87
commit d6f9f4ece7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ func InsertFromStructure(str []*models.NamespaceWithLists, user *user.User) (err
}
for _, rt := range tasks {
// First create the related tasks if they does not exist
// First create the related tasks if they do not exist
if rt.ID == 0 {
rt.ListID = t.ListID
err = rt.Create(user)