mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 11:18:28 +00:00
match.js: fix coub case
This commit is contained in:
parent
579b6c874b
commit
dd63acb950
@ -205,6 +205,8 @@ export default async function(host, patternMatch, lang, obj) {
|
||||
case "coub":
|
||||
r = await coub({
|
||||
id: patternMatch.id
|
||||
};
|
||||
break;
|
||||
case "facebook":
|
||||
r = await facebook({
|
||||
...patternMatch
|
||||
|
Loading…
Reference in New Issue
Block a user