internal/command: Avoid ignoring ephemeralasnull function (#35651)

pull/35672/head
Radek Simko 2 years ago committed by GitHub
parent 483564a0ea
commit 91ea2cd6e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,7 +12,7 @@ import (
)
var (
ignoredFunctions = []string{"map", "list", "core::map", "core::list", "ephemeralasnull", "core::ephemeralasnull"}
ignoredFunctions = []string{"map", "list", "core::map", "core::list"}
)
// MetadataFunctionsCommand is a Command implementation that prints out information

Loading…
Cancel
Save