fmt
This commit is contained in:
parent
478c98fb8d
commit
76f3357a0c
3 changed files with 22 additions and 22 deletions
|
@ -22,7 +22,7 @@ type List struct {
|
||||||
func (l *List) AfterLoad() {
|
func (l *List) AfterLoad() {
|
||||||
|
|
||||||
// Get the owner
|
// Get the owner
|
||||||
l.Owner, _= GetUserByID(l.OwnerID)
|
l.Owner, _ = GetUserByID(l.OwnerID)
|
||||||
|
|
||||||
// Get the list tasks
|
// Get the list tasks
|
||||||
l.Tasks, _ = GetTasksByListID(l.ID)
|
l.Tasks, _ = GetTasksByListID(l.ID)
|
||||||
|
|
Loading…
Add table
Reference in a new issue