|
|
@@ -55,8 +55,6 @@ export default {
|
|
55
|
55
|
invalidResponse: false,
|
|
56
|
56
|
}),
|
|
57
|
57
|
async created() {
|
|
58
|
|
- // TODO: Troubleshoot bug where not all responses are returned at SurveyCompleteView
|
|
59
|
|
- console.log('currentProfile :=>', currentProfile)
|
|
60
|
58
|
this.survey = await surveyFactory.createSurvey()
|
|
61
|
59
|
hashedAccessToken = this.grabStoredCookie('siimee_access')
|
|
62
|
60
|
try {
|
|
|
@@ -139,6 +137,7 @@ export default {
|
|
139
|
137
|
this.responses[this.responses.length - 1],
|
|
140
|
138
|
currentProfile._profile.profile_id,
|
|
141
|
139
|
)
|
|
|
140
|
+ currentProfile._profile.responses = this.responses
|
|
142
|
141
|
try {
|
|
143
|
142
|
await this.verifySession(hashedAccessToken)
|
|
144
|
143
|
} catch (err) {
|