Impletended the updategroup(status) method in the API
This commit is contained in:
@ -87,4 +87,8 @@ public class EventService {
|
||||
return idsOfChangedGroups;
|
||||
}
|
||||
|
||||
public Long getMaxEvent_id(){
|
||||
return eventStore.getHighesEvent_ID();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user