mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 00:26:33 +00:00
linting fix for linting fix
This commit is contained in:
parent
b82cf887e2
commit
d1180d4216
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
* @return {undefined}
|
* @return {undefined}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* eslint-disable no-unused-vars */
|
/* eslint-disable no-unused-vars */
|
||||||
function disableGuidedTour(csrf_token) {
|
function disableGuidedTour(csrf_token) {
|
||||||
'use strict'
|
"use strict";
|
||||||
fetch("/guided-tour/False", {
|
fetch("/guided-tour/False", {
|
||||||
headers: {
|
headers: {
|
||||||
"X-CSRFToken": csrf_token,
|
"X-CSRFToken": csrf_token,
|
||||||
|
|
Loading…
Reference in a new issue