plugins/noice: turn routes into a list (#434)

This commit is contained in:
Alexander Sosedkin 2023-06-18 19:21:57 +02:00 committed by GitHub
parent e294518a68
commit f5825552e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -200,7 +200,7 @@
};
throttle = 1000 / 30;
views = {};
routes = {};
routes = [];
status = {};
format = {};
};