Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delete space resources with space #15

Merged
merged 1 commit into from
Dec 21, 2018

Conversation

hasanagh
Copy link
Contributor

removed the resources used by the space only

close #11

}
// resources in the space but not used by other spaces
const allResourcesSet = new Set(allResources);
const spaceDisntictResources = new Set([...spaceResources].filter(filePath => !allResourcesSet.has(filePath)));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix typo please.

@hasanagh hasanagh force-pushed the 11/fix-deleting-a-space branch from cf1e1e1 to 5db5a2a Compare December 21, 2018 16:12
removed the resources used by the space only

close #11
@juancarlosfarah juancarlosfarah merged commit 06db890 into develop Dec 21, 2018
@juancarlosfarah juancarlosfarah deleted the 11/fix-deleting-a-space branch December 21, 2018 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants