mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 19:28:29 +00:00
Update match.js
This commit is contained in:
parent
b5ff796153
commit
7529d78ea7
@ -214,6 +214,7 @@ export default async function(host, patternMatch, lang, obj) {
|
|||||||
method: patternMatch.method,
|
method: patternMatch.method,
|
||||||
id: patternMatch.id,
|
id: patternMatch.id,
|
||||||
});
|
});
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return createResponse("error", {
|
return createResponse("error", {
|
||||||
t: loc(lang, 'ErrorUnsupported')
|
t: loc(lang, 'ErrorUnsupported')
|
||||||
|
Loading…
Reference in New Issue
Block a user