fix: resolve syntax error in admin_handlers.go
This commit is contained in:
parent
d7341c100c
commit
9541a0f71d
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ func NewAdminHandlers(
|
||||||
cloudflareService: cloudflareService,
|
cloudflareService: cloudflareService,
|
||||||
notificationService: notificationService,
|
notificationService: notificationService,
|
||||||
}
|
}
|
||||||
} }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (h *AdminHandlers) ListAccessRoles(w http.ResponseWriter, r *http.Request) {
|
func (h *AdminHandlers) ListAccessRoles(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue