@ -92,7 +92,7 @@ public class RoomDataManger {
}.getType());
info.sourceKey = record.sourceKey;
SourceBean sourceBean = ApiConfig.get().getSource(info.sourceKey);
if (sourceBean == null || info.name == null || info.type == null)
if (sourceBean == null || info.name == null)
info = null;
}
} catch (Exception e) {