From d13dbb6bbb2a1d2d6bd2d2b10cde96139a834f98 Mon Sep 17 00:00:00 2001 From: William Lima Pereira Date: Mon, 15 Oct 2018 23:47:36 -0300 Subject: [PATCH] tests joi plugin --- src/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.js b/src/index.js index d1d88cb..13f61b4 100644 --- a/src/index.js +++ b/src/index.js @@ -54,9 +54,6 @@ module.exports = class CDI { return _obj[_prop] } }) - // for (let _var in this.interceptorsVariable) { - // resolveInterceptor[_var] = await this.interceptorsVariable[_var](prop, arg) - // } try { const response = await obj[prop].call(ctx, resolveInterceptor)