Skip to content

Commit

Permalink
to be reverted: needed to run on vm
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheFlo committed Sep 20, 2024
1 parent 788ee77 commit 7c0ddfa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,11 @@ export class OpfDynamicCtaService {
}).pipe(
take(1),
map(({ language, currency }) => {
console.log('language', language);
return [
{
key: 'locale',
value: language,
value: 'en-US',
},
{
key: 'currency',
Expand Down

0 comments on commit 7c0ddfa

Please sign in to comment.