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
* recalibrationType and requiresRecalibration values based on the capabilityAnswerResult
* Modifies the recalibration properties of the provided part based on the
* provided capabilityAnswerResult
* @param {*} part
* @param {*} capabilityAnswerResult
* @returns part
* @returns void
*/
export function setPartRecalibrationProperties(part, capabilityAnswerResult) {
Object.assign(part, {