fixing rolodex and search
This commit is contained in:
@@ -295,11 +295,8 @@ let supportSystem = {
|
||||
browser_info: this.browserInfo
|
||||
};
|
||||
|
||||
const response = await fetch('/api/support/tickets', {
|
||||
const response = await window.http.wrappedFetch('/api/support/tickets', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json'
|
||||
},
|
||||
body: JSON.stringify(ticketData)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user