Skip to content

Commit

Permalink
fix: minor code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrishab Srivatsa committed Apr 12, 2024
1 parent b34cddf commit ab1adc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion src/App.res
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let make = () => {
let paymentMode = CardUtils.getQueryParamsDictforKey(url.search, "componentName")
let fullscreenMode = CardUtils.getQueryParamsDictforKey(url.search, "fullscreenType")

React.useEffect1(() => {
React.useEffect(() => {
setLoggerState(_ => logger)
None
}, [logger])
Expand Down
12 changes: 0 additions & 12 deletions webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ let devServer = {
// changeOrigin: true,
// secure: false,
// },
// "/customers": {
// target: backendEndPoint + "/customers",
// changeOrigin: true,
// secure: true,
// pathRewrite: { "^/customers": "" },
// },
// "/account": {
// target: backendEndPoint + "/account",
// changeOrigin: true,
// secure: true,
// pathRewrite: { "^/account": "" },
// },
},
headers: {
"Cache-Control": "max-age=31536000,must-revalidate",
Expand Down

0 comments on commit ab1adc5

Please sign in to comment.