Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Harrison <[email protected]>
  • Loading branch information
feelepxyz committed Dec 1, 2023
1 parent 085294d commit 4e044e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class RegistryFetcher extends Fetcher {
/* XXX add ETARGET and E403 revalidation of cached packuments here */

// add _time from packument if fetched with fullMetadata
const time = packument.time?.[mani.version]
const time = packument.time?.[mani.version]
if (time) {
mani._time = time
}
Expand Down

0 comments on commit 4e044e3

Please sign in to comment.