Skip to content

Commit

Permalink
Get the data from the correct database
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisei24 committed Oct 21, 2024
1 parent 1d7dd99 commit a4284b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/api/data_access/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func (d *DataAccessService) GetNotificationOverview(ctx context.Context, userId
return err
}

err = d.alloyReader.GetContext(ctx, &response, querySql, args...)
err = d.userReader.GetContext(ctx, &response, querySql, args...)
return err
})

Expand Down

0 comments on commit a4284b1

Please sign in to comment.