Skip to content

Commit

Permalink
linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
fh-mthomson committed May 2, 2024
1 parent 90df54b commit 2cc458f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/backend-postgres.R
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ sql_translation.PqConnection <- function(con) {
hours = function(x) {
postgres_period(x, "hours")
},

days = function(x) {
# lubridate::days() (base::days() does not exist)
postgres_period(x, "days")
Expand Down

0 comments on commit 2cc458f

Please sign in to comment.