TF-3042 Clean up public assets after identity is saved

This commit is contained in:
DatDang
2024-08-09 15:52:47 +07:00
committed by Dat H. Pham
parent 3b87d591e0
commit 7ea01d74bc
25 changed files with 538 additions and 22 deletions
@@ -128,7 +128,7 @@ class PublicAssetApi {
final notUpdatedPublicAssetIds = response.parse<SetPublicAssetResponse>(
invocation.methodCallId,
SetPublicAssetResponse.deserialize
)?.updated;
)?.notUpdated;
if (notUpdatedPublicAssetIds?.isNotEmpty == true) {
throw const CannotUpdatePublicAssetException();