1
0
Fork 0

linting fixes

This commit is contained in:
Hugh Rundle 2022-07-03 17:14:13 +10:00
parent f8e51b5826
commit b82cf887e2
4 changed files with 14 additions and 4 deletions

View file

@ -4,7 +4,9 @@
* @return {undefined}
*/
/* eslint-disable no-unused-vars */
function disableGuidedTour(csrf_token) {
'use strict'
fetch("/guided-tour/False", {
headers: {
"X-CSRFToken": csrf_token,