bugfix
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>org.example</groupId>
|
<groupId>org.example</groupId>
|
||||||
<artifactId>Widerhall</artifactId>
|
<artifactId>Widerhall</artifactId>
|
||||||
<version>0.0.19</version>
|
<version>0.0.20</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ public class Rest extends HttpServlet {
|
|||||||
return Map.of(MEMBERS,members);
|
return Map.of(MEMBERS,members);
|
||||||
} catch (SQLException e) {
|
} catch (SQLException e) {
|
||||||
LOG.error("Failed to load member list: ",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