linting fix for linting fix

This commit is contained in:
Hugh Rundle 2022-07-03 17:24:33 +10:00
parent b82cf887e2
commit d1180d4216

View file

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