From b083afdedea938d11dc09a0fcd90848815c96160 Mon Sep 17 00:00:00 2001 From: Dot-Rar Date: Wed, 15 Apr 2020 20:49:26 +0100 Subject: [PATCH] remove random char --- app/http/endpoints/root/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/http/endpoints/root/index.go b/app/http/endpoints/root/index.go index a38780f..f91cac3 100644 --- a/app/http/endpoints/root/index.go +++ b/app/http/endpoints/root/index.go @@ -8,7 +8,7 @@ import ( "github.com/gin-gonic/gin" "github.com/rxdn/gdl/objects/guild" ) -0 + func IndexHandler(ctx *gin.Context) { store := sessions.Default(ctx) if store == nil {