mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-03 10:08:59 -06:00
store/datas/commit.go: Fix unreachable code.
This commit is contained in:
@@ -323,7 +323,6 @@ func GetCommitMeta(ctx context.Context, cv types.Value) (*CommitMeta, error) {
|
||||
} else {
|
||||
return nil, errors.New("GetCommitMeta: Commit had metadata field but it was not a Struct.")
|
||||
}
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func GetCommitValue(ctx context.Context, cv types.Value) (types.Value, error) {
|
||||
|
||||
Reference in New Issue
Block a user