Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/285f8aa389e69e821f9e3b2f04f96aac0d151627 You should set ROOT_URL correctly, otherwise the web may not work correctly.

chore: remove unnecessary git add commands from lint-staged [skip ci]

pull/1290/head
sct 4 years ago
parent a06a85e329
commit 285f8aa389
No known key found for this signature in database
GPG Key ID: 06A50468C67E272F

@ -153,12 +153,10 @@
"lint-staged": {
"**/*.{ts,tsx,js}": [
"prettier --write",
"eslint",
"git add"
"eslint"
],
"**/*.{json,md}": [
"prettier --write",
"git add"
"prettier --write"
]
},
"commitlint": {

Loading…
Cancel
Save