Skip to content

Commit 62f04c2

Browse files
committed
fix: small fixes
1 parent 67a3eb5 commit 62f04c2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

apps/frontend/next.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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: {

packages/integrations/mocked/src/modules/users/users.mapper.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)