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
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue