refactor: changed the return type of deleteUserEnvironments method to number from void
This commit is contained in:
@@ -225,6 +225,8 @@ export class UserEnvironmentsService {
|
||||
SubscriptionType.DeleteMany,
|
||||
deletedEnvironments.count,
|
||||
);
|
||||
|
||||
return deletedEnvironments.count;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user