changed from json projects to m:n
This commit is contained in:
@@ -55,5 +55,7 @@ func (s *Service) Get(ctx context.Context, userId int) ([]*Project, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return entry.([]*Project), nil
|
||||
projects := entry.([]*Project)
|
||||
|
||||
return projects, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user