chore: apply linter auto-fixes (#12605)

This commit is contained in:
Cian Johnston 2024-03-15 14:39:25 +00:00 committed by GitHub
parent 18c1e02bf0
commit 2fc9f097ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func New() database.Store {
_, err = q.InsertAllUsersGroup(context.Background(), defaultOrg.ID)
if err != nil {
panic(fmt.Errorf("failed to create default group: %w", err))
panic(xerrors.Errorf("failed to create default group: %w", err))
}
q.defaultProxyDisplayName = "Default"