mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -04:00
Cleanup
This commit is contained in:
parent
612d8cf1ea
commit
85dedf03ce
4 changed files with 6 additions and 5 deletions
|
@ -19,7 +19,7 @@ class SnapdropServer {
|
|||
this._keepAlive(peer);
|
||||
|
||||
// send displayName
|
||||
this._send(peer, { type: 'displayName', message: peer.name.displayName });
|
||||
this._send(peer, { type: 'display-name', message: peer.name.displayName });
|
||||
}
|
||||
|
||||
_onHeaders(headers, response) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue