PDS Admin tool make it easier to moderate your PDS with labels

type-fix: assign default value for bool

andresitorresm.com a158017d 5c9e2c35

verified
+1 -1
+1 -1
src/handlers/handleNewLabel.ts
··· 148 148 break; 149 149 case "takedown": { 150 150 // Can be a successful takedown or not 151 - let takedownActionSucceededs: boolean; 151 + let takedownActionSucceededs: boolean = false; 152 152 153 153 if (pdsConfig.pdsAdminPassword) { 154 154 const rpc = new Client({