fixed
This commit is contained in:
parent
f01e0cbf94
commit
c69498cd66
@ -79,9 +79,9 @@ class RequestSender
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def post_without_privileges path, query={}, headers={}
|
def post_without_privileges path, query, headers={}
|
||||||
user_without_privileges do
|
user_without_privileges do
|
||||||
postt(path, query, headers)
|
post_body(path, query, headers)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user