cleaning
This commit is contained in:
@@ -10,7 +10,6 @@ moment.locale('it')
|
||||
const botController = {
|
||||
bot: null,
|
||||
async initialize() {
|
||||
console.error('dentro bot inizialiteds')
|
||||
const settings = await settingsController.settings()
|
||||
if (!settings.mastodon_auth || !settings.mastodon_auth.access_token) return
|
||||
const mastodon_auth = settings.mastodon_auth
|
||||
|
||||
Reference in New Issue
Block a user