@qrvey/cd-package-registry 1.0.8-1068 → 1.0.9-1097

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -4581,7 +4581,7 @@ Dataset ID: ${input.qrveyId}`
4581
4581
  let columns = [];
4582
4582
  if (input.formula) columns = [
4583
4583
  ...input.formula.matchAll(/\[(.*?)\]/g)
4584
- ].map((m) => m[1]);
4584
+ ].map((m) => m[1].replace("/formula", ""));
4585
4585
  if (columns.length > 0 && qrvey) {
4586
4586
  if (!qrvey.questions.data.some((q) => columns.includes(q.id))) errors.push({
4587
4587
  field: "formula",