mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-03 15:44:27 +02:00
match: clean up snapchat call & add missing break
s
This commit is contained in:
parent
4080cd4581
commit
b516033f09
@ -193,15 +193,14 @@ export default async function(host, patternMatch, lang, obj) {
|
||||
case "snapchat":
|
||||
r = await snapchat({
|
||||
url,
|
||||
username: patternMatch.username,
|
||||
storyId: patternMatch.storyId,
|
||||
spotlightId: patternMatch.spotlightId,
|
||||
shortLink: patternMatch.shortLink || false
|
||||
...patternMatch
|
||||
});
|
||||
break;
|
||||
case "loom":
|
||||
r = await loom({
|
||||
id: patternMatch.id
|
||||
});
|
||||
break;
|
||||
case "facebook":
|
||||
r = await facebook({
|
||||
...patternMatch,
|
||||
|
Loading…
x
Reference in New Issue
Block a user