Clarifying method
This commit is contained in:
parent
74aa0ab15f
commit
66be672e6f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Given a part and a capabilityAnswerResult, returns the same part but with update
|
* Modifies the recalibration properties of the provided part based on the
|
||||||
* recalibrationType and requiresRecalibration values based on the capabilityAnswerResult
|
* provided capabilityAnswerResult
|
||||||
* @param {*} part
|
* @param {*} part
|
||||||
* @param {*} capabilityAnswerResult
|
* @param {*} capabilityAnswerResult
|
||||||
* @returns part
|
* @returns void
|
||||||
*/
|
*/
|
||||||
export function setPartRecalibrationProperties(part, capabilityAnswerResult) {
|
export function setPartRecalibrationProperties(part, capabilityAnswerResult) {
|
||||||
Object.assign(part, {
|
Object.assign(part, {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue