This commit was merged in pull request #209.
This commit is contained in:
2023-06-25 07:09:17 +01:00
parent 3bb4fe6a02
commit 0e270d8efa
4 changed files with 5 additions and 8 deletions
-2
View File
@@ -712,8 +712,6 @@ class usersService {
// END POINT FOR OWNER JOB ACTION
getFaq() {
var postData = {
uid: localStorage.getItem("uid"),
// member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
};
return this.postAuxEnd("/faq", postData);