chore: lint
This commit is contained in:
parent
9d2dd5619b
commit
6e45352f3e
3 changed files with 6 additions and 6 deletions
|
@ -73,10 +73,10 @@ type RegistrationResponse struct {
|
|||
}
|
||||
|
||||
// NewInBandRegistration creates a new InBandRegistration XEP handler
|
||||
func NewInBandRegistration(client *Client, logger logger.Logger) *InBandRegistration {
|
||||
func NewInBandRegistration(client *Client, log logger.Logger) *InBandRegistration {
|
||||
return &InBandRegistration{
|
||||
client: client,
|
||||
logger: logger,
|
||||
logger: log,
|
||||
enabled: true, // Default enabled
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue