Update update-guides.js

This commit is contained in:
Aleksandr Statciuk 2022-01-15 00:03:45 +03:00
parent cf0f2472d1
commit 23d9089628

View file

@ -38,8 +38,9 @@ async function generateGuides() {
await log({ await log({
gid, gid,
filepath, site,
count: groupChannels.length count: groupChannels.length,
status: 1
}) })
} }
} }