Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed May 13, 2020
1 parent 305f45d commit 853e6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engine/subscription/Subscription.ts
Expand Up @@ -242,6 +242,7 @@ export const processEntitySubscriptions = (
});

if (subscription.type === SUBSCRIPTION_TYPE_CREATE) {
// todo : remove this check ?
const missingAttributeNames = requiredAttributeNames.filter(
requiredAttributeName => {
return !subscription.attributes.includes(requiredAttributeName);
Expand Down

0 comments on commit 853e6c2

Please sign in to comment.