make it better

This commit is contained in:
Secven 2021-07-14 16:03:47 +00:00
parent c04074d435
commit a0aa6cb77f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ class EyeofgodTask {
if (id.includes('/eye') && /^[0-9]{5,}$/.test(id)) {
id = id.split(' ')[1]
}
id = id.trim()
const base = await db.Eye.findOne({ id }).sort({ id: 1 }).lean()
return await replyWithHTML(