Skip to content

Commit

Permalink
remove pointless default condition
Browse files Browse the repository at this point in the history
  • Loading branch information
danoswaltCL committed Sep 25, 2023
1 parent 4e935c2 commit 3ec44ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientlibs/js/src/UpgradeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export default class UpgradeClient {

async markExperimentPoint(
site: string,
condition: string | null = null,
condition: string | null,
status: MARKED_DECISION_POINT_STATUS,
target?: string,
clientError?: string
Expand Down

0 comments on commit 3ec44ab

Please sign in to comment.