mirror of
https://github.com/wanxf-shuto/CordovaReadApplicationSignature.git
synced 2026-02-02 00:00:06 +08:00
fix wrong parameter
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var exec = require('cordova/exec');
|
||||
|
||||
exports.getAppSignature = function (arg0, success, error) {
|
||||
exec(success, error, 'ReadAppSignature', 'getAppSignature', [arg0]);
|
||||
exports.getAppSignature = function (success, error) {
|
||||
exec(success, error, 'ReadAppSignature', 'getSignature', []);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user