Remove unused var

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-06-23 09:22:36 -07:00
parent dc26515807
commit 92c1a1da4f

View File

@@ -65,7 +65,6 @@ var (
sessionContextKey = &ctxKey{name: "session"}
userContextKey = &ctxKey{name: "user"}
userTenantContextKey = &ctxKey{name: "user_tenants"}
panicValueContextKey = &ctxKey{name: "panic_value"}
)
func SessionFromContext(ctx context.Context) *coredata.Session {