From 03f11c41b73469cb31f26b206ffbd0d8cdcfb1d9 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 1 Jul 2020 13:52:46 +0200 Subject: [PATCH] Remove stray require --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 6d7250d..9fb545a 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,6 @@ // TODO: Rename this to something more appropriate, like any/anyOf? How to make sure that doesn't cause confusion with `oneOf`? -const splitFilter = require("split-filter"); const flatten = require("flatten"); const ValidationError = require("@validatem/error");