rewrite trimmed history WITH newlines
This commit is contained in:
@@ -140,7 +140,6 @@ const AUTHENTICATED_USER_SCOPED = {
|
||||
var handleAuthenticatedMessage = function (Env, map) {
|
||||
var msg = map.msg;
|
||||
var safeKey = map.safeKey;
|
||||
var publicKey = map.publicKey;
|
||||
var Respond = map.Respond;
|
||||
var Server = map.Server;
|
||||
|
||||
@@ -278,7 +277,6 @@ var rpc = function (Env, Server, data, respond) {
|
||||
handleAuthenticatedMessage(Env, {
|
||||
msg: msg,
|
||||
safeKey: safeKey,
|
||||
publicKey: publicKey,
|
||||
Respond: Respond,
|
||||
Server: Server,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user