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.rate":
|
||||
case "fetch.critical":
|
||||
case "link.unsupported":
|
||||
case "api.fetch.critical":
|
||||
case "content.video.unavailable":
|
||||
context = {
|
||||
service: host,
|
||||
|
|
Loading…
Reference in a new issue