Skip to content

Commit

Permalink
revert passing latest string
Browse files Browse the repository at this point in the history
  • Loading branch information
heatlikeheatwave committed Dec 3, 2024
1 parent e01e082 commit 39fa17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/docs-view/loaders/remote-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default class RemoteContentLoader implements DataLoader {
if (this.opts.enabledVersionedDocs) {
versionToFetch =
versionFromPath === 'latest'
? 'latest'
? latestVersion
: normalizeVersion(versionFromPath)
}

Expand Down

0 comments on commit 39fa17b

Please sign in to comment.