Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jan 17, 2025
1 parent 8b62638 commit de7332f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cubejs-dremio-driver/driver/DremioQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class DremioQuery extends BaseQuery {
* @see https://docs.dremio.com/cloud/reference/sql/sql-functions/functions/CONVERT_TIMEZONE/
*/
convertTz(field) {

return `CONVERT_TIMEZONE('${this.timezone}', ${field})`;
}

Expand Down

0 comments on commit de7332f

Please sign in to comment.