forgot about sessionID use ExecutionsID

This commit is contained in:
mr
2026-03-17 09:01:47 +01:00
parent b110cbc260
commit 9b2f945176
4 changed files with 5 additions and 9 deletions

View File

@@ -21,8 +21,7 @@ type PurchaseResource struct {
ResourceType tools.DataType `json:"resource_type" bson:"resource_type" validate:"required"`
// Authorization: identifies who created this draft and the Check session it belongs to.
SchedulerPeerID string `json:"scheduler_peer_id,omitempty" bson:"scheduler_peer_id,omitempty"`
SchedulingSessionID string `json:"scheduling_session_id,omitempty" bson:"scheduling_session_id,omitempty"`
SchedulerPeerID string `json:"scheduler_peer_id,omitempty" bson:"scheduler_peer_id,omitempty"`
}
func (d *PurchaseResource) GetAccessor(request *tools.APIRequest) utils.Accessor {