Remove incomplete raffle service references
Build and Push Container / build-and-push (push) Successful in 4m34s

This commit is contained in:
2026-05-04 15:48:18 -08:00
parent 13f8a97645
commit aa6b9433ba
4 changed files with 0 additions and 7 deletions
-2
View File
@@ -21,7 +21,6 @@ var (
RequestService requestService
PatreonService patreonService
ServerService serverService
RaffleService raffleService
)
func ConnectDatabase(dbConnString string) {
@@ -82,5 +81,4 @@ func initServices() {
PatreonService = patreonService{db: db}
RequestService = requestService{db: db}
ServerService = serverService{db: db}
RaffleService = raffleService{db: db}
}