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')