Skip to content

Commit

Permalink
fix: restore missing type on RemoteUser
Browse files Browse the repository at this point in the history
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Jul 25, 2019
1 parent 6106b94 commit b596896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ declare type verdaccio$Author = {
declare type verdaccio$RemoteUser = {
real_groups: Array<string>;
groups: Array<string>;
name: string;
name: string | void;
error?: string;
}

Expand Down

0 comments on commit b596896

Please # to comment.