commenter_update.go: make link optional
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
func commenterUpdate(commenterHex string, email string, name string, link string, photo string, provider string) error {
|
||||
if email == "" || name == "" || link == "" || photo == "" || provider == "" {
|
||||
if email == "" || name == "" || photo == "" || provider == "" {
|
||||
return errorMissingField
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user