GetUser now returns a pointer (#93)
This commit is contained in:
parent
8fbe721453
commit
be14634e1e
25 changed files with 172 additions and 131 deletions
|
|
@ -173,7 +173,7 @@ func (l *Label) ReadOne() (err error) {
|
|||
return err
|
||||
}
|
||||
|
||||
l.CreatedBy = &user
|
||||
l.CreatedBy = user
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue