add no field name for cayenne

To be added when we can figure out which field is coming through
pull/8/head
Medad Rufus Newman 2022-05-07 23:26:17 +01:00
rodzic e9a4d8bca8
commit 89332a4146
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -167,7 +167,7 @@ public final class PayloadDecoder {
// add all items, in the order they appear in the cayenne message
for (CayenneItem item : cayenne.getItems()) {
for (String s : item.format()) {
sentence.addField(s);
sentence.addField("", s);
}
}