Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Nov 2, 2023
1 parent 7296ea8 commit 800a0bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ func (r *Cursor) pageLimited() (b bool) {
//
// StrMap returns a map[string]any.
// The YAML decoder can produce map[any]any which is not valid for json.
// Converts map[any]any to map[string]any as needed.
func StrMap(in any) (out any) {
out = in
if d, cast := in.(map[any]any); cast {
Expand Down

0 comments on commit 800a0bb

Please sign in to comment.