mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
Update main.js
This commit is contained in:
parent
e011fb10da
commit
33b2b26e4c
@ -45,7 +45,9 @@ async function run() {
|
||||
per_page: 100
|
||||
})
|
||||
} catch (e) {
|
||||
tags = {}
|
||||
tags = {
|
||||
data: []
|
||||
}
|
||||
}
|
||||
|
||||
// Check for existance of tag and abort (short circuit) if it already exists.
|
||||
|
Loading…
Reference in New Issue
Block a user