tokio-cron-scheduler icon indicating copy to clipboard operation
tokio-cron-scheduler copied to clipboard

fix(postgres): fix a typo in a `time_till_next_job` SQL query

Open azasypkin opened this issue 6 months ago • 1 comments

Summary

This PR fixes two small typos in the SQL query that powers time_till_next_job methods of the Postgres metadata store (missing space and wrong SQL parameter index).

azasypkin avatar Aug 21 '24 00:08 azasypkin