Skip to content

Commit

Permalink
Change to update to see if username and password is picked up
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Sep 3, 2024
1 parent ecb516a commit 00b98a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/synthetics-replicator-tests/synthetics.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default env => {
},
};
if (env === 'production') {
config.params = { url: 'https://synthetics-replicator.netlify.app/' }
config.params!.url = 'https://synthetics-replicator.netlify.app/';
}
return config;
};

0 comments on commit 00b98a9

Please sign in to comment.