Skip to content

Commit ac1ba00

Browse files
committed
documentation - document interface, add raw_json parameter
1 parent 67c89d4 commit ac1ba00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/accessControl.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ AccessControl.prototype.getAPIUrl = function (cloudAPIUrl) {
126126
return `${cloudAPIUrl}api`;
127127
};
128128

129-
130129
AccessControl.prototype.dispatch = function (requestUrl, action, payload) {
131130
if (!requestUrl) {
132131
return Promise.reject(

0 commit comments

Comments
 (0)