Enabled maligned linter

This commit is contained in:
2019-11-18 14:31:52 +09:00
parent 12c752a272
commit cafb43aa17
3 changed files with 3 additions and 6 deletions

View File

@ -9,10 +9,6 @@ import (
"github.com/animenotifier/notify.moe/arn"
)
var (
empty = struct{}{}
)
func Install(app *aero.Application) {
api := graphql.New(arn.DB)