bugfix
This commit is contained in:
@@ -234,7 +234,7 @@ public class Rest extends HttpServlet {
|
||||
return Map.of(MEMBERS,members);
|
||||
} catch (SQLException e) {
|
||||
LOG.error("Failed to load member list: ",e);
|
||||
return Map.of("error",t("Failed to load member list '{}'",list.email()));
|
||||
return Map.of(ERROR,t("Failed to load member list '{}'",list.email()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user