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