Skip to content

Commit

Permalink
fix(frontend): update preprod ES (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Nov 26, 2020
1 parent e1f5e37 commit c4d11d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/frontend/src/pages/api/webhooks/publication.js
Expand Up @@ -60,7 +60,7 @@ export default async function (req, res) {
doc: { isPublished: is_published },
},
id: cdtn_id,
index: `cdtn-master_documents`,
index: `cdtn-preprod_documents`,
});
res.json({ message: "doc updated!" });
} catch (response) {
Expand Down

0 comments on commit c4d11d5

Please sign in to comment.