Other: Single instance

This commit is contained in:
James Houlahan
2022-10-12 23:30:43 +02:00
parent fd63611b41
commit 593d86f3a7
16 changed files with 470 additions and 73 deletions

View File

@ -124,7 +124,7 @@ func New(
return nil, nil, fmt.Errorf("failed to create IMAP server: %w", err)
}
focusService, err := focus.NewService()
focusService, err := focus.NewService(curVersion)
if err != nil {
return nil, nil, fmt.Errorf("failed to create focus service: %w", err)
}