Merge branch 'master' of https://github.com/ajayyy/SponsorBlockServer into nb-mod-fetch

# Conflicts:
#	src/routes/postSkipSegments.js
#	test/mocks.js
This commit is contained in:
Ajay Ramachandran
2020-08-29 21:03:13 -04:00
9 changed files with 315 additions and 135 deletions

View File

@@ -18,5 +18,6 @@
"dbSchema": "./databases/_sponsorTimes.db.sql",
"privateDBSchema": "./databases/_private.db.sql",
"mode": "development",
"readOnly": false
"readOnly": false,
"webhooks": []
}