0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

refactor(test): remove deprecated groups

This commit is contained in:
Juan Picado @jotadeveloper 2018-01-28 10:29:15 +01:00
parent 181ea648fa
commit 3e41dcaf6e
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -410,7 +410,7 @@ function buildAnonymousUser() {
return {
name: undefined,
// groups without '$' are going to be deprecated eventually
groups: ['$all', '$anonymous', '@all', '@anonymous', 'all', 'undefined', 'anonymous'],
groups: ['$all', '$anonymous', '@all', '@anonymous'],
real_groups: [],
};
}