Skip to content

Commit 9f6bc48

Browse files
committed
fix: removed comment and extra line
1 parent 127ad59 commit 9f6bc48

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

shared/utils/constants.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ export const CACHE_MAX_AGE_ONE_DAY = 60 * 60 * 24
55
export const CACHE_MAX_AGE_ONE_YEAR = 60 * 60 * 24 * 365
66

77
// API Strings
8-
// // shared/utils/constants.ts
9-
export const NPMX_SITE: `${string}:${string}` = 'https://npmx.dev'
10-
// export const NPMX_SITE = 'https://npmx.dev'
8+
export const NPMX_SITE = 'https://npmx.dev'
119
export const NPM_REGISTRY = 'https://registry.npmjs.org'
1210
export const ERROR_PACKAGE_ANALYSIS_FAILED = 'Failed to analyze package.'
1311
export const ERROR_PACKAGE_VERSION_AND_FILE_FAILED = 'Version and file path are required.'

0 commit comments

Comments
 (0)