make it compile

This commit is contained in:
Dot-Rar 2020-05-13 21:11:14 +01:00
parent c73a7f2a9d
commit 20df3b22ee

View File

@ -111,7 +111,7 @@ func CallbackHandler(ctx *gin.Context) {
// TODO: Error handling // TODO: Error handling
if err := dbclient.Client.UserGuilds.Set(currentUser.Id, wrappedGuilds); err != nil { if err := dbclient.Client.UserGuilds.Set(currentUser.Id, wrappedGuilds); err != nil {
log.Error(err) log.Error(err.Error())
} }
}() }()
} }