Skip to content

Commit

Permalink
Merge branch 'main' into add-reflex-to-showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
tgberkeley authored Nov 26, 2024
2 parents c2b5310 + 15e4b6b commit 96ad7c0
Show file tree
Hide file tree
Showing 10 changed files with 477 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
}
return null;
})
.then((res) => res.tag_name);
.then((res) => res?.tag_name);

return {
version,
Expand Down
Loading

0 comments on commit 96ad7c0

Please sign in to comment.