Actually use access token
All checks were successful
/ mapcomplete_edits_en_osm_town (push) Successful in 1m31s

This commit is contained in:
Pieter Vander Vennet 2025-02-06 23:36:43 +01:00
parent 5e20ea32a9
commit f97592260e

View file

@ -20,6 +20,9 @@ export class Main {
} else {
this._config = config;
}
if(accessToken){
this._config.mastodonAuth.accessToken = accessToken
}
if (dryrun) {
this._config.mastodonAuth.dryrun = true
}