mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 19:11:14 +00:00
Move and rename clientUtil.mapClientResponse to clientResponseUtil.mapPropsToResponse
This commit is contained in:
@@ -7,7 +7,7 @@ const FORMAT_UTIL = {
|
||||
},
|
||||
|
||||
parsePeers: (string) => {
|
||||
// This lovely delimiter is defined in clientUtil.
|
||||
// This lovely delimiter is defined in clientResponseUtil.
|
||||
let markerPosition = string.indexOf('@!@');
|
||||
return string.substr(0, markerPosition);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user