From 2d1e328cfb234091a5ee96c3c3070ee9fa113a51 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Wed, 29 Jan 2020 20:17:28 -0400 Subject: [PATCH] unused var --- services/gunDB/contact-api/streams/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/services/gunDB/contact-api/streams/index.js b/services/gunDB/contact-api/streams/index.js index b620cd10..b3df5683 100644 --- a/services/gunDB/contact-api/streams/index.js +++ b/services/gunDB/contact-api/streams/index.js @@ -1,5 +1,4 @@ /** @format */ -const { INITIAL_MSG } = require('../actions') const Key = require('../key') const Schema = require('../schema') const Utils = require('../utils')