responses/[responseID]の作成 #58
Annotations
7 errors and 2 warnings
Testing build App:
pages/questionnaires/[questionnaireID]/result.vue#L93
Object literal may only specify known properties, and 'aggregated_answers' does not exist in type '{ question_type: "Text"; } & { answer: string; }'.
|
Testing build App:
pages/questionnaires/[questionnaireID]/result.vue#L103
Object literal may only specify known properties, and 'aggregated_answers' does not exist in type '{ question_type: "TextLong"; } & { answer: string; }'.
|
Testing build App:
pages/questionnaires/[questionnaireID]/result.vue#L118
Object literal may only specify known properties, and 'aggregated_answers' does not exist in type '{ question_type: "Number"; } & { answer: number; }'.
|
Testing build App:
pages/questionnaires/[questionnaireID]/result.vue#L125
Object literal may only specify known properties, and 'aggregated_answers' does not exist in type '{ question_type: "SingleChoice"; } & { answer: number; }'.
|
Testing build App:
pages/questionnaires/[questionnaireID]/result.vue#L132
Object literal may only specify known properties, and 'aggregated_answers' does not exist in type '{ question_type: "MultipleChoice"; } & { answer: number[]; }'.
|
Testing build App:
pages/questionnaires/[questionnaireID]/result.vue#L140
Object literal may only specify known properties, and 'aggregated_answers' does not exist in type '{ question_type: "Scale"; } & { answer: number; }'.
|
Testing build App
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading