TF-3042 Clean up public assets after identity is saved
This commit is contained in:
@@ -128,7 +128,7 @@ class PublicAssetApi {
|
||||
final notUpdatedPublicAssetIds = response.parse<SetPublicAssetResponse>(
|
||||
invocation.methodCallId,
|
||||
SetPublicAssetResponse.deserialize
|
||||
)?.updated;
|
||||
)?.notUpdated;
|
||||
|
||||
if (notUpdatedPublicAssetIds?.isNotEmpty == true) {
|
||||
throw const CannotUpdatePublicAssetException();
|
||||
|
||||
Reference in New Issue
Block a user