File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/OpenStack.Net/OpenStack/Services/ContentDelivery/V1 Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,7 @@ public virtual Task<UpdateServiceApiCall> PrepareUpdateServiceAsync(ServiceId se
179179 // At this point, the serviceData parameter contains the NEW (AFTER) version
180180 // of the service data. Now, we need to retrieve the current (BEFORE) version,
181181 // then use those to calculate the difference, i.e. the JSON Patch document.
182- CancellationToken cn = new CancellationToken ( ) ;
183- var getServiceTask = ContentDeliveryServiceExtensions . GetServiceAsync ( this , serviceId , cn ) ;
182+ var getServiceTask = ContentDeliveryServiceExtensions . GetServiceAsync ( this , serviceId , cancellationToken ) ;
184183 getServiceTask . Wait ( ) ;
185184 ServiceData originalServiceData = getServiceTask . Result ;
186185
You can’t perform that action at this time.
0 commit comments