Fix typo
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
for (const topic of topics) {
|
||||
if (topic.icon) {
|
||||
console.debug(`metrics/compute/${login}/plugins > topics > processing ${topic.name}`)
|
||||
const {icon} = topics
|
||||
const {icon} = topic
|
||||
topic.icon = await imports.imgb64(icon)
|
||||
topic.icon24 = await imports.imgb64(icon, {force:true, width:24, height:24})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user