Skip to content

Commit

Permalink
Fix regen bug
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Sep 19, 2024
1 parent 0de0abe commit 045a4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuts/discovery/bug.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ package discovery
// When regenerating code, you need to alter it to map[string]interface{}
// This function is there to make sure compilation fails if it's map[string]string
var _ = SearchPresentationsParams{
Query: &map[string]string{},
Query: &map[string]interface{}{},
}
2 changes: 1 addition & 1 deletion nuts/discovery/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 045a4bb

Please sign in to comment.