Skip to content

Commit 0cad690

Browse files
authored
Merge pull request #138 from thirdweb-dev/01-28-allow_todatetime
allow toDateTime
2 parents b7ec72f + 7b0c3ab commit 0cad690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/common/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ var allowedFunctions = map[string]struct{}{
175175
"toStartOfHour": {},
176176
"toStartOfMinute": {},
177177
"toDate": {},
178+
"toDateTime": {},
178179
"concat": {},
179180
}
180181

0 commit comments

Comments
 (0)