Skip to content

Commit d3dbf42

Browse files
committed
fix: instrument imports
1 parent 5454e94 commit d3dbf42

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

apps/api/src/demo/demo.service.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import { LoggingService, PrismaService } from '@douglasneuroinformatics/libnest'
33
import { faker } from '@faker-js/faker';
44
import { Injectable } from '@nestjs/common';
55
import { DEMO_GROUPS, DEMO_USERS } from '@opendatacapture/demo';
6-
import enhancedDemographicsQuestionnaire from '@opendatacapture/instrument-library/forms/enhanced-demographics-questionnaire.js';
7-
import generalConsentForm from '@opendatacapture/instrument-library/forms/general-consent-form.js';
8-
import happinessQuestionnaire from '@opendatacapture/instrument-library/forms/happiness-questionnaire.js';
9-
import patientHealthQuestionnaire9 from '@opendatacapture/instrument-library/forms/PHQ-9.js';
10-
import breakoutTask from '@opendatacapture/instrument-library/interactive/breakout-task.js';
11-
import happinessQuestionnaireWithConsent from '@opendatacapture/instrument-library/series/happiness-questionnaire-with-consent.js';
6+
import enhancedDemographicsQuestionnaire from '@opendatacapture/instrument-library/forms/DNP_ENHANCED_DEMOGRAPHICS_QUESTIONNAIRE.js';
7+
import generalConsentForm from '@opendatacapture/instrument-library/forms/DNP_GENERAL_CONSENT_FORM.js';
8+
import happinessQuestionnaire from '@opendatacapture/instrument-library/forms/DNP_HAPPINESS_QUESTIONNAIRE.js';
9+
import patientHealthQuestionnaire9 from '@opendatacapture/instrument-library/forms/PHQ_9.js';
10+
import breakoutTask from '@opendatacapture/instrument-library/interactive/DNP_BREAKOUT_TASK.js';
11+
import happinessQuestionnaireWithConsent from '@opendatacapture/instrument-library/series/DNP_HAPPINESS_QUESTIONNAIRE_WITH_CONSENT.js';
1212
import type { FormInstrument } from '@opendatacapture/runtime-core';
1313
import type { Json, Language, WithID } from '@opendatacapture/schemas/core';
1414
import type { Group } from '@opendatacapture/schemas/group';

0 commit comments

Comments
 (0)