no message

This commit is contained in:
2023-11-24 20:51:16 +03:00
parent 5b02a435ce
commit 170e0eeaad
4 changed files with 33 additions and 24 deletions

View File

@@ -334,8 +334,10 @@ public abstract class RepositoryServer<D extends Database> {
response = new ServerExchangeUnit_2021(ServerCode.OK);
Vector<DBObject> objects = (Vector<DBObject>) request.object;
for (DBObject dbObject: objects){
System.out.println(db);
beforePublishAction(dbObject);
response.object = publishObject(dbObject);
System.out.println(response.object);
afterPublishAction(dbObject);
}
//ключи не возвращаем. пока не нужны.