Remove undeeded shits

This commit is contained in:
Eccentric 2024-02-11 00:34:22 +00:00
parent 6af8610fe6
commit 1d7c43b7b9
2 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ import (
"fmt"
"io"
"net/http"
"regexp"
"slices"
"strings"
@ -15,7 +14,6 @@ import (
var (
External *ExternalDataClient
assetRegex = regexp.MustCompile(`DAv2_([A-Za-z]+)_`)
)
type ExternalDataClient struct {

View File

@ -49,7 +49,6 @@ func init() {
fortnite.GenerateRandomStorefront()
fortnite.GeneratePlaylistImages()
for _, username := range aid.Config.Accounts.Gods {
found := person.FindByDisplay(username)
if found == nil {