Skip to content

Commit 8dc6368

Browse files
author
uzair-folio3
committed
Update index.ts
1 parent d56de7d commit 8dc6368

File tree

1 file changed

+0
-1
lines changed
  • packages/optimizely-sdk/lib/utils/semantic_version

1 file changed

+0
-1
lines changed

packages/optimizely-sdk/lib/utils/semantic_version/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ const logger = getLogger();
142142
const isPreReleaseInconditionsVersion = isPreReleaseVersion(conditionsVersion)
143143
const isPreReleaseInuserProvidedVersion = isPreReleaseVersion(userProvidedVersion)
144144
const isBuildInconditionsVersion = isBuildVersion(conditionsVersion)
145-
const isBuildInuserProvidedVersion = isBuildVersion(userProvidedVersion)
146145

147146
const userVersionParts = splitVersion(userProvidedVersion);
148147
const conditionsVersionParts = splitVersion(conditionsVersion);

0 commit comments

Comments
 (0)