Skip to content

Commit

Permalink
fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
enniel committed Jun 15, 2017
1 parent da1d126 commit 418a9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/HasPermission.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
const chain = yield role.getPermissions()
result = _.concat(result, chain)
return result
}, []);
}, [])
permissions = _.uniq(_.concat(permissions, rolePermissions))
}
return permissions
Expand Down

0 comments on commit 418a9f1

Please sign in to comment.