Skip to content

Commit

Permalink
web/tools: Deduplicate an expression, fixing a formatting lint
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Jul 15, 2024
1 parent f47fa38 commit af6dc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/core/tools/set_version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ try {
let versionName =
versionChannel === "nightly"
? `nightly ${buildDate.substr(0, 10)}`
: process.env["npm_package_version"] ?? "";
: versionNumber;

interface VersionInformation {
version_number: string;
Expand Down

0 comments on commit af6dc97

Please sign in to comment.