From 431bf1780d98c14ca4f6edfeb915de93ad879d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Wed, 21 Feb 2018 17:10:14 +0100 Subject: [PATCH] fix(lessons): lessons in draft on CDA now throw a 404 instead of a 500 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00d4855..66021f5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "body-parser": "~1.15.2", - "contentful": "^5.1.1", + "contentful": "^5.1.2", "cookie-parser": "~1.4.3", "dotenv": "^4.0.0", "execa": "^0.8.0",