Skip to content

Commit b9dd5a5

Browse files
authored
fix: change type temps_survey for reponse epds (#1713)
1 parent 2c0e606 commit b9dd5a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

back/strapi/api/reponses-epds/config/schema.graphql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898
reponse_8: Int
9999
reponse_9: Int
100100
reponse_10: Int
101-
temps_survey: String
101+
temps_survey: Int
102102
langue: ID
103103
source_widget_nom: String!
104104
): ReponsesEpds

back/strapi/api/reponses-epds/models/reponses-epds.settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"model": "widget-epds-sources"
7272
},
7373
"temps_survey": {
74-
"type": "string"
74+
"type": "integer"
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)