mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: apply linter auto-fixes (#12605)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user