Skip to content

Commit 91e9668

Browse files
authored
fix: meta deprecation warning removal (#29)
1 parent 0487a98 commit 91e9668

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/views/env_loader.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ function env_loader.load_mappings(filter)
1717

1818
-- Build registry query
1919
local query = {
20-
meta = {
21-
type = "view.env_mapping"
22-
}
20+
["meta.type"] = "view.env_mapping"
2321
}
2422

2523
-- Apply optional filter

0 commit comments

Comments
 (0)