Clarifying method

This commit is contained in:
Michaela Brydon 2024-06-26 18:33:58 -04:00
parent 74aa0ab15f
commit 66be672e6f

View file

@ -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, {