From 87a345fd01a3fd9548c86b20016097ed016fcdeb Mon Sep 17 00:00:00 2001 From: codefactor-io Date: Sun, 10 Jan 2021 12:35:06 +0000 Subject: [PATCH] [CodeFactor] Apply fixes to commit e8aa07a [ci skip] [skip ci] --- lib/routes/gov/shenzhen/xxgk/zfxxgj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/gov/shenzhen/xxgk/zfxxgj.js b/lib/routes/gov/shenzhen/xxgk/zfxxgj.js index 831dceafaa..a9cf1f4686 100644 --- a/lib/routes/gov/shenzhen/xxgk/zfxxgj.js +++ b/lib/routes/gov/shenzhen/xxgk/zfxxgj.js @@ -24,7 +24,7 @@ const config = { }; module.exports = async (ctx) => { - const cfg = config[ctx.params.caty]; + const cfg = config[ctx.params.caty]; if (!cfg) { throw Error('Bad category. See docs'); }