Skip to content

Commit

Permalink
fix(routehandler): rename ff
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Oct 23, 2023
1 parent 416262f commit 39eb5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/routeHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const attachRollbackRouteHandlerWrapper = (routeHandler) => async (
const { growthbook } = req

const shouldUseGitFileSystem = !!growthbook?.getFeatureValue(
FEATURE_FLAGS.IS_GGS_WHITELISTED,
FEATURE_FLAGS.IS_GGS_ENABLED,
false
)

Expand Down

0 comments on commit 39eb5f9

Please sign in to comment.