mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/match: fix typo in fetch.critical code
This commit is contained in:
parent
7478a373fc
commit
856004366e
1 changed files with 1 additions and 1 deletions
|
@ -256,8 +256,8 @@ export default async function(host, patternMatch, obj) {
|
||||||
|
|
||||||
case "fetch.fail":
|
case "fetch.fail":
|
||||||
case "fetch.rate":
|
case "fetch.rate":
|
||||||
|
case "fetch.critical":
|
||||||
case "link.unsupported":
|
case "link.unsupported":
|
||||||
case "api.fetch.critical":
|
|
||||||
case "content.video.unavailable":
|
case "content.video.unavailable":
|
||||||
context = {
|
context = {
|
||||||
service: host,
|
service: host,
|
||||||
|
|
Loading…
Reference in a new issue