Closed thuotdwz closed 4 years ago
Hi, great package! However there is a small bug in the Listing jobs from the readme with this line:
let queue = req.queue as! FluentQueue
This receives an error that FluentQueue is not available, because it is not marked public?
Thanks for reporting this! Fixed in https://github.com/m-barthelemy/vapor-queues-fluent-driver/releases/tag/0.3.5
Hi, great package! However there is a small bug in the Listing jobs from the readme with this line:
This receives an error that FluentQueue is not available, because it is not marked public?