Skip to content

Commit

Permalink
json_title
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Nov 25, 2024
1 parent 40d3caf commit 256b27d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (params.project && params.project !== "undefined") {
}/plots/${params.plot}`;
const resp = await fetchSSR(url);
json = await resp.json();
if (json?.uuid) {
if (json?.title) {
title = `${json?.title}`;
description = `View ${json?.title} continuous benchmarking plot on Bencher`;
} else {
Expand Down

0 comments on commit 256b27d

Please sign in to comment.