LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Remove local definition of socketcluster-server for close() method - Closes#1010 #1021

Closed ishantiw closed 5 years ago

ishantiw commented 5 years ago

Description

Since complete definition of SCServer is available on @types/socketcluster-server so remove the local definition of method close()

Review checklist