this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "Delete labeler declaration in `label delete` command if no labels remain"

futurGH 6ec7fcb0 788506d5

+1 -2
+1 -2
src/bin.ts
··· 131 131 await setLabelerLabelDefinitions({ identifier: did, password, pds }, definitions); 132 132 console.log("Deleted label(s):", identifiers.join(", ")); 133 133 } else { 134 - await deleteLabelerDeclaration({ identifier: did, password, pds }); 135 - console.log("All labels cleared."); 134 + console.log("No labels were selected. Nothing to delete."); 136 135 } 137 136 } catch (error) { 138 137 console.error("Failed to delete labels:", error);