feature/fanout #3

Merged
daniel.w merged 11 commits from feature/fanout into main 2024-09-03 11:45:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 647e645d61 - Show all commits

View File

@ -36,7 +36,7 @@ func NewRepo() (*miniredis.Miniredis, repository.TimelineRepository, error) {
}{Expire: 86400, MaxLength: 1000},
}
timelineRepo := MustGenerateUseCase(TimelineRepositoryParam{
timelineRepo := MustGenerateRepository(TimelineRepositoryParam{
Config: c,
Redis: *newRedis,
})