Skip to content

Commit b596896

Browse files
@jotadevelopersergiohgz
authored andcommitted
fix: restore missing type on RemoteUser
1 parent 6106b94 commit b596896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/types/src/types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ declare type verdaccio$Author = {
2727
declare type verdaccio$RemoteUser = {
2828
real_groups: Array<string>;
2929
groups: Array<string>;
30-
name: string;
30+
name: string | void;
3131
error?: string;
3232
}
3333

0 commit comments

Comments
 (0)