Skip to content

Commit

Permalink
bug: Changed httpServer.NewSessionMiddleware signature
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik1729 committed Dec 16, 2023
1 parent 34d61a8 commit 7915734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/accounts/internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var Module = fx.Module("app",

schema := generated.NewExecutableSchema(gqlConfig)
server.SetupGraphqlServer(schema,
httpServer.NewSessionMiddleware[*common.AuthSession](
httpServer.NewSessionMiddleware(
sessionRepo,
constants.CookieName,
env.CookieDomain,
Expand Down

0 comments on commit 7915734

Please sign in to comment.