Ghost plug doc update

This commit is contained in:
Zef Hemel
2023-01-15 13:48:43 +01:00
parent fc3b45103b
commit 9c0525e683
3 changed files with 27 additions and 12 deletions
-2
View File
@@ -91,9 +91,7 @@ export async function updatePlugs() {
"_plug/".length,
existingPlug.length - ".plug.json".length,
);
// console.log("Considering", plugName);
if (!allPlugNames.includes(plugName)) {
// console.log("Removing plug", plugName);
await space.deleteAttachment(existingPlug);
}
}