Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend: templ for email templates #798

Merged
merged 4 commits into from
May 13, 2024

Conversation

garrettladley
Copy link
Member

No description provided.

@garrettladley garrettladley linked an issue May 13, 2024 that may be closed by this pull request
@garrettladley garrettladley requested review from a team and DOOduneye and removed request for a team May 13, 2024 16:49
Copy link
Contributor

@DOOduneye DOOduneye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

backend/integrations/email/email.go Show resolved Hide resolved
backend/templates/README.md Show resolved Hide resolved
ctx = templ.InitializeContext(ctx)
templ_7745c5c3_Var1 := templ.GetChildren(ctx)
if templ_7745c5c3_Var1 == nil {
templ_7745c5c3_Var1 = templ.NopComponent

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of templ_7745c5c3_Var1 is never used.
ctx = templ.InitializeContext(ctx)
templ_7745c5c3_Var4 := templ.GetChildren(ctx)
if templ_7745c5c3_Var4 == nil {
templ_7745c5c3_Var4 = templ.NopComponent

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of templ_7745c5c3_Var4 is never used.
if templ_7745c5c3_Var4 == nil {
templ_7745c5c3_Var4 = templ.NopComponent
}
ctx = templ.ClearChildren(ctx)

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of ctx is never used.
ctx = templ.InitializeContext(ctx)
templ_7745c5c3_Var1 := templ.GetChildren(ctx)
if templ_7745c5c3_Var1 == nil {
templ_7745c5c3_Var1 = templ.NopComponent

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of templ_7745c5c3_Var1 is never used.
ctx = templ.InitializeContext(ctx)
templ_7745c5c3_Var1 := templ.GetChildren(ctx)
if templ_7745c5c3_Var1 == nil {
templ_7745c5c3_Var1 = templ.NopComponent

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of templ_7745c5c3_Var1 is never used.
ctx = templ.InitializeContext(ctx)
templ_7745c5c3_Var4 := templ.GetChildren(ctx)
if templ_7745c5c3_Var4 == nil {
templ_7745c5c3_Var4 = templ.NopComponent

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of templ_7745c5c3_Var4 is never used.
if templ_7745c5c3_Var4 == nil {
templ_7745c5c3_Var4 = templ.NopComponent
}
ctx = templ.ClearChildren(ctx)

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of ctx is never used.
backend/templates/emails/welcome_templ.go Dismissed Show dismissed Hide dismissed
backend/templates/emails/welcome_templ.go Dismissed Show dismissed Hide dismissed
backend/templates/emails/welcome_templ.go Dismissed Show dismissed Hide dismissed
@garrettladley garrettladley merged commit 6ba402e into main May 13, 2024
3 of 4 checks passed
@garrettladley garrettladley deleted the 761-fix-email-templates-w-fiber-static-templ branch May 13, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: email templates w/ fiber static & templ
2 participants