Skip to content

Commit

Permalink
Fix typo in natural gas chart queries (#3016)
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenvanB authored Mar 14, 2024
1 parent be1b12c commit 620d44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
),
value
),
,
V(
FILTER(
FILTER(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- query =
present:
SUM(
(export_of_natural_gas),
(export_of_propane)
Q(export_of_natural_gas),
Q(export_of_propane)
)

- unit = PJ
Expand Down

0 comments on commit 620d44e

Please sign in to comment.