Skip to content
  • Kevin Morris's avatar
    fix(rpc): fix search arg check · 9fef8b06
    Kevin Morris authored
    
    
    When by == 'maintainer', we allow an unspecified keyword,
    resulting in a search of orphan packages. Fix our search
    check so that when no arg is given, it is set to an empty
    str().
    
    We already check for valid args when type is not maintainer,
    so there's no need to worry about other args falling through.
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
    9fef8b06