diff --git a/scripts/commands/update-guides.js b/scripts/commands/update-guides.js index b17c6b3d..8697cf5e 100644 --- a/scripts/commands/update-guides.js +++ b/scripts/commands/update-guides.js @@ -38,8 +38,9 @@ async function generateGuides() { await log({ gid, - filepath, - count: groupChannels.length + site, + count: groupChannels.length, + status: 1 }) } }