fix can't create entry

This commit is contained in:
2025-08-17 17:45:50 +02:00
parent a7c85ea3c6
commit 573fba708e
5 changed files with 18 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ func (p *RemoteCmd) print() error {
for _, g := range games {
r, err := remote.One(g.ID)
if err != nil {
return fmt.Errorf("failed to load datastore: %w", err)
continue
}
cli := client.New(r.URL, "", "")