Skip to content

Commit

Permalink
Refactor User struct in user.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
dodosan-89 committed Jul 12, 2024
1 parent d9a95aa commit 32e0e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ import (
type User struct {
*database.User

bridge *IMBridge
log log.Logger
zlog zerolog.Logger
bridge *IMBridge
log log.Logger
zlog zerolog.Logger
DoublePuppetIntent *appservice.IntentAPI

mgmtCreateLock sync.Mutex
Expand Down

0 comments on commit 32e0e90

Please sign in to comment.