Skip to content

Commit

Permalink
Merge pull request #108 from santifinland/feature/low-tests
Browse files Browse the repository at this point in the history
Feature/low tests
  • Loading branch information
santifinland authored Nov 25, 2018
2 parents 25ce4d4 + 5adae40 commit e45af7f
Show file tree
Hide file tree
Showing 4 changed files with 486 additions and 957 deletions.
2 changes: 0 additions & 2 deletions backend/referenda/models/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ var User = new Schema({
delegatedUser: {
type: String,
default: null,
select: false
},
delegatedParty: {
type: String,
default: null,
select: false
}
});

Expand Down
Loading

0 comments on commit e45af7f

Please sign in to comment.