Skip to content

Commit

Permalink
brand variable replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Apr 29, 2024
1 parent 9b227d5 commit 1a2bd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function () {
$response = UtilityService::get_insta_api_key( $brand );
defined( 'INSTAWP_API_KEY' ) || define( 'INSTAWP_API_KEY', $response );
defined( 'INSTAWP_API_DOMAIN' ) || define( 'INSTAWP_API_DOMAIN', 'https://app.instawp.io' );
defined( 'INSTAWP_MIGRATE_ENDPOINT' ) || define( 'INSTAWP_MIGRATE_ENDPOINT', 'migrate/' . $migrate_endpoint );
defined( 'INSTAWP_MIGRATE_ENDPOINT' ) || define( 'INSTAWP_MIGRATE_ENDPOINT', 'migrate/' . $brand );

new Migration( $container );
},
Expand Down

0 comments on commit 1a2bd41

Please sign in to comment.