small improvements
This commit is contained in:
parent
caea293759
commit
c24e3c18e0
11 changed files with 149 additions and 37 deletions
|
|
@ -39,7 +39,7 @@ func New(ctx context.Context, conn *sql.DB) (*App, error) {
|
|||
q := db.New(conn)
|
||||
sessions := session.NewService(q)
|
||||
messages := message.NewService(q)
|
||||
files := history.NewService(q)
|
||||
files := history.NewService(q, conn)
|
||||
|
||||
app := &App{
|
||||
Sessions: sessions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue