Skip to content

Commit

Permalink
doghouse: Do not pass nil TransactionOption
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Sep 21, 2019
1 parent ffb49eb commit c8b8567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doghouse/server/storage/installation.go
Expand Up @@ -57,7 +57,7 @@ func (g *GitHubInstallationDatastore) Put(ctx context.Context, inst *GitHubInsta
return err
}
return nil // Do nothing.
}, nil)
})
return err
}

Expand Down

0 comments on commit c8b8567

Please sign in to comment.