Skip to content

Commit a271ee2

Browse files
committed
transform.go: put day_of_year function after day_of_week in order to have proper sort order at transformFuncs
1 parent 34e5eb4 commit a271ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transform.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ var transformFuncs = map[string]bool{
2424
"clamp_min": true,
2525
"cos": true,
2626
"cosh": true,
27-
"day_of_year": true,
2827
"day_of_month": true,
2928
"day_of_week": true,
29+
"day_of_year": true,
3030
"days_in_month": true,
3131
"deg": true,
3232
"drop_common_labels": true,

0 commit comments

Comments
 (0)