Remove incomplete raffle service references
Build and Push Container / build-and-push (push) Successful in 4m34s
Build and Push Container / build-and-push (push) Successful in 4m34s
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user