remove input formatter

This commit is contained in:
Andrea Maria Piana 2018-07-23 16:29:26 +02:00
parent 4f252f92e1
commit a8ba000500

View File

@ -156,7 +156,8 @@ var methods = function () {
new Method({
name: 'sendOneToOneMessage',
call: 'shhext_sendOneToOneMessage',
params: 1
params: 1,
inputFormatter: [null]
})
];
};