fix comment typo

This commit is contained in:
Umputun
2019-08-26 00:59:26 -05:00
parent 106c018ef1
commit e9414f7267
+1 -1
View File
@@ -183,7 +183,7 @@ func (s *RPC) admEmailHndl(id uint64, params json.RawMessage) (rr jrpc.Response)
return jrpc.EncodeResponse(id, email, err)
}
// get admin email
// return site enabled status
func (s *RPC) admEnabledHndl(id uint64, params json.RawMessage) (rr jrpc.Response) {
var siteID string
if err := json.Unmarshal(params, &siteID); err != nil {