Skip to content

Commit

Permalink
refactor(main): Update comment regarding custom graphql query.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Nov 1, 2024
1 parent 3726007 commit e60f694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const otpConfig = require(YAML_CONFIG)
// eslint-disable-next-line no-undef
const jsConfig = require(JS_CONFIG).configure(otpConfig)

// Plug the plan query into the config (if available)
// If defined, plug custom plan query into the redux config, so it is available from actions.
otpConfig.api.planQuery = jsConfig.planQuery

const history = createHashHistory()
Expand Down

0 comments on commit e60f694

Please sign in to comment.