Skip to content

Commit

Permalink
build(packaging): ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 authored and github-actions[bot] committed Mar 13, 2024
1 parent e549562 commit 3d4f9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/cli/commands/subplebbit/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class List extends base_command_js_1.BaseCommand {
else {
const subsWithStarted = await Promise.all(subs.map(async (subAddress) => {
const subInstance = await plebbit.createSubplebbit({ address: subAddress });
return { address: subInstance.address, started: subInstance.startedState !== "stopped" };
return { address: subInstance.address, started: subInstance.started };
}));
core_1.ux.table(subsWithStarted, { address: {}, started: {} }, {
printLine: this.log.bind(this),
Expand Down
2 changes: 1 addition & 1 deletion dist/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 3d4f9da

Please sign in to comment.