Skip to content

Commit

Permalink
bug: datarequest
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Oct 12, 2016
1 parent caa2926 commit b4fec49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/controllers/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export function editor(fileName, jsonPath, documentLink) {

text = cmsTemplates.template.getTemplate(fileName)

cmsData.source.getDataList(path.dirname(documentLink), text, json, true)
cmsData.source.getDataList(path.dirname(documentLink), text, json)
.then(() => {
addSource(text, json, util)

Expand Down

0 comments on commit b4fec49

Please sign in to comment.