Skip to content

Commit

Permalink
Fix feature state url
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed May 1, 2024
1 parent 51fedf9 commit 44ba55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/common/services/useFeatureState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const featureStateService = service
}
>
} = await baseQuery({
url: `features/featurestates/?${Utils.toParam(query)}/`,
url: `features/featurestates/?${Utils.toParam(query)}`,
})
const results = await Promise.all(
data.results.map(addFeatureSegmentsToFeatureStates),
Expand Down

0 comments on commit 44ba55c

Please sign in to comment.