Skip to content

Commit

Permalink
fix mutation attributes of board member mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Jan 27, 2021
1 parent 53d5683 commit 4939f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/models/BoardMember.ts
Expand Up @@ -74,6 +74,7 @@ export const BoardMember = new Entity({
type: MUTATION_TYPE_UPDATE,
fromState: 'invited',
toState: 'accepted',
attributes: [],
}),
new Mutation({
name: 'remove',
Expand Down

0 comments on commit 4939f93

Please sign in to comment.