Skip to content

Commit de7332f

Browse files
committed
linter fix
1 parent 8b62638 commit de7332f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cubejs-dremio-driver/driver/DremioQuery.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class DremioQuery extends BaseQuery {
4343
* @see https://docs.dremio.com/cloud/reference/sql/sql-functions/functions/CONVERT_TIMEZONE/
4444
*/
4545
convertTz(field) {
46-
4746
return `CONVERT_TIMEZONE('${this.timezone}', ${field})`;
4847
}
4948

0 commit comments

Comments
 (0)