api/facebook: add dispatcher support

This commit is contained in:
jj
2025-02-17 19:15:24 +00:00
parent b540e48ffb
commit 293164bac7
2 changed files with 7 additions and 6 deletions

View File

@@ -227,7 +227,8 @@ export default async function({ host, patternMatch, params }) {
case "facebook":
r = await facebook({
...patternMatch
...patternMatch,
dispatcher
});
break;