File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
packages/integrations/mocked/src/modules/users Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ const nextConfig: NextConfig = {
2929 protocol : 'https' ,
3030 hostname : 'medusa-public-images.s3.eu-west-1.amazonaws.com' ,
3131 } ,
32- {
33- protocol : 'https' ,
34- hostname : 'composable-css-public.s3.eu-central-1.amazonaws.com' ,
35- } ,
3632 ] ,
3733 } ,
3834 sassOptions : {
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ const MOCK_USER_2: Users.Model.User = {
3939 roles : [
4040 {
4141 customer : {
42- id : 'cust-002 ' ,
42+ id : 'cust-003 ' ,
4343 name : 'Tech Solutions Inc' ,
4444 clientType : 'B2B' ,
4545 } ,
4646 role : 'selfservice_manager' ,
4747 } ,
4848 {
4949 customer : {
50- id : 'cust-003 ' ,
50+ id : 'cust-004 ' ,
5151 name : 'Digital Services GmbH' ,
5252 clientType : 'B2B' ,
5353 } ,
You can’t perform that action at this time.
0 commit comments