this repo has no description
0
fork

Configure Feed

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

Include rkey when deleting labeler declaration

futurGH bddab243 461fe7bc

+1 -1
+1 -1
src/scripts/declareLabeler.ts
··· 81 81 */ 82 82 export async function deleteLabelerDeclaration(credentials: LoginCredentials): Promise<void> { 83 83 const agent = await loginAgent(credentials); 84 - return agent.app.bsky.labeler.service.delete({ repo: agent.accountDid }); 84 + return agent.app.bsky.labeler.service.delete({ repo: agent.accountDid, rkey: "self" }); 85 85 }