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

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