Skip to content

Commit

Permalink
Remove timestamp queryparam when using ajax request
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilraojl committed Apr 2, 2024
1 parent e505c4d commit 0dd125e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/app/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ define(['jquery', 'app/response'], function ($, response) {
url: requestUrl,
headers: headers,
processData: false,
cache: false,
crossDomain: true,
contentType: contentTypesFromBodyTypes[bodyType],
data: body,
Expand Down

0 comments on commit 0dd125e

Please sign in to comment.