From b31684d851f26f8f6c5499c161003a492c76845e Mon Sep 17 00:00:00 2001 From: Evilebot Tnawi Date: Wed, 4 Oct 2017 20:57:45 +0300 Subject: [PATCH] fix: allow use `limit` as string (#96) --- options.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.json b/options.json index 31846cb..5a0c6c3 100644 --- a/options.json +++ b/options.json @@ -2,7 +2,7 @@ "type": "object", "properties": { "limit": { - "type": "number" + "type": ["number", "string"] }, "prefix": { "type": "string"