Skip to content

Commit

Permalink
patched tag link generation
Browse files Browse the repository at this point in the history
  • Loading branch information
adranwit committed Jul 10, 2024
1 parent a17e947 commit 57af876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/codegen/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type (
Config *translator.Rule
TypeDef *view.TypeDefinition
inference.Imports
inference.State
State inference.State
BusinessLogic *ast.Block
paramPrefix string
recordPrefix string
Expand Down
2 changes: 1 addition & 1 deletion view/state/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
SetMarkerTag = `setMarker:"true" format:"-" sqlx:"-" diff:"-" `
SetMarkerTag = `setMarker:"true" format:"-" sqlx:"-" diff:"-" json:"-" `
TypedSetMarkerTag = SetMarkerTag + ` typeName:"%s"`
)

Expand Down

0 comments on commit 57af876

Please sign in to comment.