Skip to content

Commit 1f705ff

Browse files
committed
no more hexlet-correction
1 parent 43964c9 commit 1f705ff

File tree

3 files changed

+0
-76
lines changed

3 files changed

+0
-76
lines changed

.env.example

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,4 @@ YANDEX_CLIENT_ID=
6464
YANDEX_CLIENT_SECRET=
6565
YANDEX_URL_REDIRECT=
6666

67-
CORRECTION_URL=
68-
CORRECTION_TOKEN=
6967
SENTRY_LARAVEL_DSN=

resources/js/bootstrap.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import lodash from 'lodash'
33
import * as bootstrap from 'bootstrap'
44
import axios from 'axios'
55
import ujs from '@rails/ujs'
6-
import correctionListener from './correction'
76

87
window.bootstrap = bootstrap
98
window.$ = $
@@ -12,5 +11,3 @@ window._ = lodash
1211
window.axios = axios
1312
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest'
1413
ujs.start()
15-
16-
correctionListener()

resources/js/correction.js

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)