copilot changes

This commit is contained in:
adlerhurst
2025-07-29 18:10:35 +02:00
parent b4cee886fc
commit fc3e5cf3e3
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ func (c *CreateOrgMemberCommand) Execute(ctx context.Context, opts *CommandOpts)
// String implements [Commander].
func (c *CreateOrgMemberCommand) String() string {
panic("unimplemented")
return "CreateOrgMemberCommand"
}
// MemberRepository is a sub repository of the org repository and maybe the instance repository.