Update main.js

This commit is contained in:
Corey Butler 2019-09-12 17:43:51 -05:00 committed by GitHub
parent e011fb10da
commit 33b2b26e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.