commit ad37602e0ece646810124c866ea18d368ba3539c parent 54526a8f55c368cf1055cbd28637f42b8dd91809 Author: William Casarin <jb55@jb55.com> Date: Tue, 27 Aug 2024 14:08:37 +0300 Merge 'Fix global.json' Diffstat:
M | queries/global.json | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/queries/global.json b/queries/global.json @@ -1 +1,6 @@ -[{"limit": 100, "kinds":[1]}] +{ + "limit": 100, + "kinds": [ + 1 + ] +}+ \ No newline at end of file