1
0
Fork 0

chore: Remove lint

This commit is contained in:
Joost De Cock 2023-10-02 18:20:31 +02:00
parent f0373de2fc
commit 78aed4e207
5 changed files with 6 additions and 11 deletions

View file

@ -35,7 +35,7 @@ const getToken = async () => {
password: process.env.FS_PASSWORD,
})
if (res.data) return res.data.token
else if (res.err) return console.log(err)
else if (res.err) return console.log(res.err)
}
const getSubscribers = async (test = true) => {