@kumori/aurora-backend-handler 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/user-api-service.ts +1 -1
- package/package.json +1 -1
package/api/user-api-service.ts
CHANGED
|
@@ -784,7 +784,7 @@ export const loadUserData = async () => {
|
|
|
784
784
|
const item: MarketplaceItem = {
|
|
785
785
|
tenant: tenant.toString(),
|
|
786
786
|
name: (value as any).name,
|
|
787
|
-
logo:
|
|
787
|
+
logo: (value as any).icon,
|
|
788
788
|
description: (value as any).name,
|
|
789
789
|
version: (value as any).version,
|
|
790
790
|
requirements: {
|