mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 20:49:43 -05:00
Merge pull request #86 from cmasone-attic/issue82
Fix typo that makes pitchmap/index ignore all pitches
This commit is contained in:
@@ -36,7 +36,7 @@ func processPitcher(m types.Map) (id, name types.String) {
|
||||
}
|
||||
|
||||
func checkPitch(v types.Map) bool {
|
||||
return v.Get(types.NewString("-px")) != nil && v.Get(types.NewString("-pxz")) != nil
|
||||
return v.Get(types.NewString("-px")) != nil && v.Get(types.NewString("-pz")) != nil
|
||||
}
|
||||
|
||||
func toPitch(v types.Map) Pitch {
|
||||
|
||||
Reference in New Issue
Block a user