Skip to content

Commit

Permalink
Fix crawl details execution seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Dec 6, 2023
1 parent 4eb9e88 commit cc16635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/org/crawl-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ export class CrawlDetail extends LiteElement {
${this.crawl!.finished
? html`<span
>${humanizeExecutionSeconds(
this.crawl!.crawlExecSeconds * 1000
this.crawl!.crawlExecSeconds
)}</span
>`
: html`<span class="text-0-400">${msg("Pending")}</span>`}
Expand Down

0 comments on commit cc16635

Please sign in to comment.