From 78abc759af6dedc4f9922c341174b895ec28f309 Mon Sep 17 00:00:00 2001 From: perp Date: Sun, 2 Jun 2024 14:47:09 +0100 Subject: [PATCH] Added comment --- internal/context/context.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/context/context.go b/internal/context/context.go index 826cda2..c0d289d 100644 --- a/internal/context/context.go +++ b/internal/context/context.go @@ -47,3 +47,5 @@ func (ctx *Context) API(handler func(ctx *Context)) func(*gin.Context) { handler(ctx) } } + +// Todo: Check if this could cause a problem