Skip to content

Commit 1ca86f7

Browse files
committed
update
1 parent d0d4c18 commit 1ca86f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/query.tmpl

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ let {{.MethodName}} (db: NpgsqlConnection) {{if .Arg.Pair}} ({{.Arg.Pair}}) {{-
113113
|> Sql.query {{.ConstantName}}
114114
{{ if .Arg.NpgsqlParams -}}
115115
|> Sql.parameters [ {{ .Arg.NpgsqlParams }} ]
116-
117116
{{ end -}}
118117
|> Sql.execute{{if $.Options.EmitAsyncCode}}Async{{end}}
119118
{{ end }}

0 commit comments

Comments
 (0)