Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit db97db9

Browse files
authored
Merge pull request #181 from Fank/Fank-patch-1
Fixed syntax error because of additional bracket
2 parents 926e138 + 28f81b3 commit db97db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bigquery_query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ export default class BigQueryQuery {
582582
} else {
583583
return q.replace(
584584
/\$__timeGroup\(([\w_.]+,+[a-zA-Z0-9_ ]+.*\))/g,
585-
intervalStr + ")"
585+
intervalStr
586586
);
587587
}
588588
}

0 commit comments

Comments
 (0)