api & web: add service context to api.fetch.critical error

This commit is contained in:
wukko
2024-08-24 17:24:51 +06:00
parent 0b7af10ab0
commit 7478a373fc
2 changed files with 3 additions and 2 deletions

View File

@ -256,8 +256,9 @@ export default async function(host, patternMatch, obj) {
case "fetch.fail":
case "fetch.rate":
case "content.video.unavailable":
case "link.unsupported":
case "api.fetch.critical":
case "content.video.unavailable":
context = {
service: host,
}