remove random char

This commit is contained in:
Dot-Rar 2020-04-15 20:49:26 +01:00
parent 7b5646d007
commit b083afdede

View File

@ -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 {