Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed May 9, 2024
1 parent bc56b88 commit 2fe77a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ignite/templates/typed/typed.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func Box(box packd.Walker, opts *Options, g *genny.Generator) error {
ctx.Set("Index", opts.Index)
ctx.Set("NoMessage", opts.NoMessage)
ctx.Set("protoPkgName", module.ProtoPackageName(appModulePath, opts.ModuleName, opts.ProtoVer))
ctx.Set("protoModulePkgName", module.ProtoModulePackageName(appModulePath, opts.ModuleName, opts.ProtoVer))
ctx.Set("strconv", func() bool {
strconv := false
for _, field := range opts.Fields {
Expand Down

0 comments on commit 2fe77a2

Please sign in to comment.