api/facebook: add dispatcher support (#1115)

This commit is contained in:
jj
2025-02-18 12:44:25 +01:00
committed by GitHub
parent a52aee2bb3
commit dba405a6b4
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;