open source is social v-it.org
0
fork

Configure Feed

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

fix: remove duplicate opts.kind line (merge artifact)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

-1
-1
src/cmd/ship.js
··· 389 389 if (projectConfig.beacon) record.beacon = projectConfig.beacon; 390 390 if (opts.kind) record.kind = opts.kind; 391 391 if (opts.recap) record.recap = { uri: recapUri, ref: opts.recap }; 392 - if (opts.kind) record.kind = opts.kind; 393 392 const rkey = TID.nextStr(); 394 393 if (verbose) console.log(`[verbose] Record built, rkey: ${rkey}`); 395 394 const putArgs = {