Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4de committed Jan 27, 2025
1 parent cd1118c commit 32e8ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/segments/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const configFiles = {
/**
* Default configuration to be loaded.
*/
const defaultConfig = 'dev';
const defaultConfig = 'stage';

async function executeCustomerSegmentsQuery(query, config, variables = {}) {
const headers = {
Expand Down

0 comments on commit 32e8ac8

Please sign in to comment.