From eebd8506c21c9e849eeedfb19a0a5d777c3ddbea Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 4 Mar 2024 13:06:13 +0100 Subject: [PATCH] added list of active SEB Settings for version --- .../servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java index 570b1156..8eb1eba3 100644 --- a/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java +++ b/src/main/java/ch/ethz/seb/sebserver/webservice/servicelayer/dao/impl/ConfigurationAttributeDAOImpl.java @@ -143,7 +143,6 @@ public class ConfigurationAttributeDAOImpl implements ConfigurationAttributeDAO .build() .execute() .stream() - .filter(this::settingsVersionFilter) .map(ConfigurationAttributeDAOImpl::toDomainModel) .flatMap(DAOLoggingSupport::logAndSkipOnError) .filter(predicate)